How do I insert text decoration for text both underline and overline | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I insert text decoration for text both underline and overline

29th May 2020, 10:17 AM
⚛️⚛️👨‍🔬👨‍💻 ADHIKSIT 👨‍💻👨‍🔬⚛️⚛️
⚛️⚛️👨‍🔬👨‍💻 ADHIKSIT 👨‍💻👨‍🔬⚛️⚛️ - avatar
5 Answers
+ 3
text-decoration:underline overline; Use this
29th May 2020, 11:18 AM
Ayush Kumar
Ayush Kumar - avatar
+ 3
p { text-decoration: underline overline; } you can add as many as you want, even line-through. just use space between them
29th May 2020, 11:19 AM
Sebastian Pacurar
Sebastian Pacurar - avatar
+ 2
Thanks Ayush
29th May 2020, 11:19 AM
⚛️⚛️👨‍🔬👨‍💻 ADHIKSIT 👨‍💻👨‍🔬⚛️⚛️
⚛️⚛️👨‍🔬👨‍💻 ADHIKSIT 👨‍💻👨‍🔬⚛️⚛️ - avatar
+ 2
😊😊😊😊😊
29th May 2020, 11:19 AM
⚛️⚛️👨‍🔬👨‍💻 ADHIKSIT 👨‍💻👨‍🔬⚛️⚛️
⚛️⚛️👨‍🔬👨‍💻 ADHIKSIT 👨‍💻👨‍🔬⚛️⚛️ - avatar
+ 1
Thanks Sebastian
29th May 2020, 11:19 AM
⚛️⚛️👨‍🔬👨‍💻 ADHIKSIT 👨‍💻👨‍🔬⚛️⚛️
⚛️⚛️👨‍🔬👨‍💻 ADHIKSIT 👨‍💻👨‍🔬⚛️⚛️ - avatar