+ 2
Why is styling not appearing?
3 Answers
+ 4
Well the syntax isn't
body {
.sky {
}
}
+ 3
You can't nest styles in css.
Take it out the body tag in the css side and it should work just fine..
https://code.sololearn.com/WUts78T5T99B/?ref=app
+ 2
Agghh!! thank you!