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 trial

HTML How to Make a Website Responsive Web Design and Testing Adding Breakpoints for Devices

Kimberly Skipper
Kimberly Skipper
2,176 Points

Background color not changing/How to add code for review to this question?

I have reviewed the previous related questions and I am unable to resolve this problem. I would like to be a to share all my files for review. For now, I will copy paste what I believe is applicable.

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> Kimberly Skipper | JavaScript developer</title> <link rel="stylesheet"href="css/normalize.css"> <link href="https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400,400i,700,700i,800" rel="stylesheet"> <link rel="stylesheet"href="css/main.css"> <link rel="stylesheet"href="css/responsive.css">

/*responsive.css file */ @media screen and (min-width: 480px) { body { background: navy; } }

Thank you

Kimberly Skipper
Kimberly Skipper
2,176 Points

Hello Henrik. My question is two fold. My background color is not changing in my responsive.css file. I feel like i have typed everything in correctly and I can not find my error. My second question is I would like to include my entire code in this question but I am not aware how to do this. So therefore I just copy and pasted what I thought was relavant. I hope this clarifies the questions. Thank you:)

Henrik Christensen
seal-mask
.a{fill-rule:evenodd;}techdegree
Henrik Christensen
Python Web Development Techdegree Student 38,322 Points

Between the textarea where you write your answer / question and the Post comment / Post answer there is a line saying this:

"Reference this Markdown Cheatsheet for syntax examples for formatting your post."

Click the bolded text for a guide :-)

Kimberly Skipper
Kimberly Skipper
2,176 Points

Thank you for your time Henrik. I was able to figure out my "background not changing" issue. My responsive.css file name was misspelled therefore, it was not compiling properly. :)