Issue
No matter what background color and text I select, CSS is not applying changes after saving the file. The stylesheet is in its folder styles.css, which is linked in the index file (see screenshot).
The external styles.css sheet contains:
body {
background-color: #b3cffc;
font-family: 'Raleway';
font-weight: 400;
}
What can I try next?
Solution
Instead of referencing the styles.css folder can you try reference the file present inside folder styles.css.
Answered By - Hypermystic
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.