Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKaren Niekum
4,942 PointsCan't get the background to change to orange... [SOLVED]
I am having trouble getting my background to change to orange. The first part that he covered in this video worked, but changing the document background did not work.
This is my code that I'm using...can anyone spot my error? I have tried in different browsers also, but didn't work.
Help!
<link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css">
also in my main.css file:
body { background-color: orange; }
Thanks, Karen
1 Answer
Karen Niekum
4,942 PointsNever mind, I figured it out. My css folder was capitalized...
Anna Eredale
Courses Plus Student 166 PointsAnna Eredale
Courses Plus Student 166 PointsIt was? Oh okay!