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 trialJapneet Singh
4,675 PointsWhen working on our own project do we need to include Normalize.css
when making our own website on another text editor do we need to include the normalize.css or we can just start with our custom css.
1 Answer
Jennifer Nordell
Treehouse TeacherIt's not a requirement, but be prepared for your page to look slightly different as it will likely be affected by the various margin/padding defaults of the browser you're working in. This also means that the same code you write will look slightly different when you view it in Firefox as opposed to Chrome etc etc.