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
This is my solution...
HTML
hola dasf hola dasdsaddasds dsadasdd
CSS
p { color: red; text-decoration: none; position: absolute; } a:hover { color: blue; } p span { display:block; border-bottom:3px solid black; width: 50%; padding-bottom: 4px; }