I like an obedient frotend developer must create underline with 2px padding instead of 1px by default. Is exist simple solution for this?
PS Yeahh guys, I know about div
Try this:
.yourElement{ border-bottom: 1px solid #000; line-height: 2; }