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 with black backgrond color and 1px * Npx and position: relative, but It’s so slowly…
You could wrap the text in a
spanand give it aborder-bottomwithpadding-bottom:2px;.Like so
Example: http://jsfiddle.net/uSMGU/