Home > front end >  After removed css, why is it taking same effect?
After removed css, why is it taking same effect?

Time:03-10

Here I am adding images of my work. I stuck here because after removing CSS it's still working. see in this image.In this image it has width:30% when I have been removed in my project my source file. How can I remove it? what is the problem that I found this type of error? I have also checked to do a hard refresh(ctrl f5)

CodePudding user response:

Make sure you save your file. It looks like the file hasn't been saved yet.

CodePudding user response:

Is your css file properly called? Imports done?

Speceficity used in your css? Is #main1 ever used?

  • Related