How can I remove the underline from "Info"? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

How can I remove the underline from "Info"?

https://code.sololearn.com/Wc07F4QQB4FL/?ref=app

28th Oct 2017, 8:25 AM
B.D
B.D - avatar
3 Réponses
+ 21
Add this attribute to the <a> tag that wraps the button : style=text-decoration:none;color:initial
28th Oct 2017, 8:32 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 7
a { text-decoration: none; }
28th Oct 2017, 8:37 AM
Calviղ
Calviղ - avatar
+ 1
Thanks
28th Oct 2017, 11:55 AM
B.D
B.D - avatar