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
#line{ text-decoration-line: underline; text-underline-offset: 1px; }
Text with line
just use
{ text-decoration-line: underline; text-underline-offset: 2px; }