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 trialReed Bendian
4,074 Pointsnormalize.css question
is normalize.css a file that was created by team treehouse or is it universally used by web designers? If i were to design a website after finishing the program would I use normalize.css for all future designs, or would i create my own, etc.?
4 Answers
Kevin Korte
28,149 PointsNormalize.css was created by Nicolas Gallagher. It has nothing to do with Treehouse. Many popular websites and frameworks use Normalize to normalize browser inconsistencies in default styling. It's not a bad idea to use it on most all projects.
Dustin Matlock
33,856 PointsHi Reed, you can create your own and this is completely optional. CSS resets simply reset browser values to their defaults to provide consistent results before applying your own styling.
geoffrey
28,736 PointsInteresting link, I'll take a look at it as soon as possible.
La Kenzi
14,346 PointsYes you can say normalize.css is universal. Basically because it's used across multiple browsers and is considered the default style for modern day web browsers.
La Kenzi
14,346 PointsThanks for the information on this and that site is awesome, I really appreciated utilizing it.