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

Apart from lists (ul, ol) would we need to add any more elements to reset in the normalize file?

Apart from lists (ul, ol) would we need to add any more elements to reset in the normalize file?

3 Answers

jag
jag
18,266 Points

There is a lot of element that need to be reset. There is a file called normalized by Necolas that resets everything needed.

You can get the file here: https://github.com/necolas/normalize.css

Thanks Jag. I noticed that Guil added those two elements to the normalize file and wondered if there were any more elements to be added in that normalize file. I'm guessing the normalize file covers it?

jag
jag
18,266 Points

Yes, everyone uses the normalize.css file because it covers everything and is updated to reflect new styles added by default from browser.

Thanks jag :)