I was trying to set my text-decoration to none but I don't know why my hover is not working
I am using sublime text 4 the color scheme is monokai
my HTML screenshot : Html screenshot
My css screenshot : css schreenshot
I was trying to set my text-decoration to none but I don't know why my hover is not working
I am using sublime text 4 the color scheme is monokai
my HTML screenshot : Html screenshot
My css screenshot : css schreenshot
First of all your given information is too less.
Maybe there's a problem with your HTML because CSS looks fine.
BTW try appending '!important'
at the end. Like this:
text-decoration:none !important;