I do not know why my CSS is not working. Im trying to have background color appear and format the sections. I need help Any suggestions?
Hi! Your styles isn’t working because you didn’t link them to your HTML page.
To link styles add this line into the head
section:
<link rel="stylesheet" href="styles.css">
Also you have head
section in the body
, this is not correct.
1 Like
thanks so much I cant believe I didnt check that first
1 Like