Trying to underline a header, but have it as a much thinner line than the bold text above it, how do I do this?
From 'googling' the answer it sais that this ...
i am using text-decoration:underline; but text and underline are touching each other.can i increase space between text and underline?
this one. i want to make space between ...
Whenever letter-spacing is applied to something with an underline or a bottom border, it seems like the underline extends beyond the text on the right. Is there any way to do ...
Because CSS text underline only allows a solid line and its position is right at the bottom of strings, I'm using border-bottom plus a little padding to achieve dotted or dashed ...
How can we create double dotted underline in CSS ?
I use border-bottom property.
border-bottom: 1px dotted #oof
But only single dotted underline appears. How can we create double underline ? Is it ...