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 Creating HTML Content Include External CSS

Im on firefox, I did the normalize.css relation and I have no changes like: No bullet holes, different font, etc...

I followed all the steps and revised syntax, is it because of firefox, or is something wrong?

Jon Major
Jon Major
3,531 Points

Can you post your code? Firefox shouldn't be the problem.

1 Answer

Christoph Hellmuth
Christoph Hellmuth
11,604 Points

Probably you did something wrong.

Here a quick reminder on how to use normalize.css

How to use normalize.css

First, install or download normalize.css from GitHub. There are then 2 main ways to make use of it.

Approach 1: use normalize.css as a starting point for your own project’s base CSS, customising the values to match the design’s requirements.

Approach 2: include normalize.css untouched and build upon it, overriding the defaults later in your CSS if necessary.