Underline Text in CSS
The overline value adds a line above the text:
<p>
Lorem ipsum dolor sit amet.
</p>
p {
text-decoration: overline;
}
:
Repeat the example below:
The overline value adds a line above the text:
<p>
Lorem ipsum dolor sit amet.
</p>
p {
text-decoration: overline;
}
:
Repeat the example below: