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

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

Alex Marin
Alex Marin
4,604 Points

I had 2 images repeated so I deleted one but it is still in my preview. Also my Portfolio page doesnt change color.

I had 2 images repeated on my Portfolio page so I deleted one (the images located in the index.html) but it is still in my preview. Also my Portfolio page doesnt change color but my other pages change color when resized. All three pages (index.html, about.html, and contact.html) have the links like this:

<link rel="stylesheet" href="css/normalize.css"> <link href='http://fonts.googleapis.com/css?family=Metal+Mania|Bangers' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/responsive.css">

2 Answers

Greg Kaleka
Greg Kaleka
39,021 Points

It's very likely your browser has cached the page. If that's the case, it has nothing to do with Firefox/Chrome - it's just that you hadn't visited the page on Chrome yet :). You'll need to delete recent history of your page from Firefox. Should take care of it.

Best,

-Greg

Alex Marin
Alex Marin
4,604 Points

Ok that is weird on Chrome it works fine (for both of my questions) but on Firefox it still has that problem. Does anyone know why?