0
How do I insert text decoration for text both underline and overline
5 Réponses
+ 3
text-decoration:underline overline;
Use this
+ 3
p {
text-decoration: underline overline;
}
you can add as many as you want, even line-through. just use space between them
+ 2
Thanks Ayush
+ 2
😊😊😊😊😊
+ 1
Thanks Sebastian