Answers for "my css code is not working"

CSS
1

why is my css code not working

# If you havent put this in your code this may be the reason why your CSS code isnt working, its weird but yeah!
<link type="text/css" rel="stylesheet" href="http://fakedomain.com/smilemachine/html.css" />
Posted by: Guest on April-03-2021
7

why is my css not working

The are 3 core reasons why your CSS may not work:
1. The CSS file isn’t linked to the HTML document
2. Wrong name of the CSS file
3. You're editing in the wrong file
Posted by: Guest on January-20-2022

Code answers related to "my css code is not working"

Browse Popular Code Answers by Language