-2

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

Ayushaps1
  • 31
  • 3

1 Answers1

1

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;
kiner_shah
  • 3,939
  • 7
  • 23
  • 37