Hello, all
I am having a very difficult time with trying to make a webpage using Sublime. I have my main.html linked to my .css, and I can change font, font-color, font-family. I can even make a class in the .css apply is to a
to change the background color to a specific portion of the page. But the body background color will not change at all. Below I will have a sample of code from both the main html and the .css. Please help.
Below is BlueWhales.html
Below is BlueWhale.css
body{ background-color: grey; color: #0066ff; } h1{ font-size: 35px; font-family: sans-serif; text-align: left; color: green; } h2{ font-size: 20px; font-family: sans-serif; text-align: left; }