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 trialjames fall
2,986 Pointsnormalize.css
When changed in Workspace, as Joy had done, and saved, the page looked exactly the same as it did previously. I have saved, refreshed numerous times and still nothing, but when I add the style.css link it comes out just fine.
1 Answer
Falk Schwiefert
8,706 PointsThis is most likely because normalize just normalizes things between browsers. From their github: "Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing."
So if you use a modern browser, you might not see much change by just applying normalize to your page.
james fall
2,986 Pointsjames fall
2,986 PointsThank you, also wondering if a browser change might help this and other small issues.