0
Can someone help me?
I can not get the underline of my code https://code.sololearn.com/WhXbYXAEVG8O/?ref=app
6 odpowiedzi
+ 2
Please explain your problem more. Do you want to underline some text in your code?
+ 2
what do you exactly want to underline in your output?
+ 1
If by "of" your code, you meant "off" your code, then put this in your CSS file:
a { text-decoration: none !important; }
!important overrides most of the cascading inheritance issues that your other attempts haven't been able to overpower.
That being said, use this knowledge wisely. :)
+ 1
thank you so much guys, I got it. 😊
0
the strange guys, its that the "text-decoration: none;" solved my problem on my cell phone but it did not work on my computer
0
The user-agent stylesheet on your computer's browser may override some of the styles in your stylesheet.