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 trialrobinhickson
Front End Web Development Techdegree Graduate 18,162 PointsWhy is demo site not fully responsive in my version?
I created a new VS Code project to begin this activity, and when I preview the website on Chrome, the 'nav-flex' ul breaks at about 330px...
I used normalize.css instead of the one offered in the project zip, so maybe that's why?
And does it matter ;) ?
1 Answer
Anwar Montasir
Treehouse TeacherHi Robin,
Sorry, I just noticed this post. Yes, switching to normalize rather than reset would make a difference. Reset switches the box model for every element to zero (no margin, no padding), while normalize provides a set of default values for all browsers to use. See https://medium.com/@elad/normalize-css-or-css-reset-9d75175c5d1e
robinhickson
Front End Web Development Techdegree Graduate 18,162 Pointsrobinhickson
Front End Web Development Techdegree Graduate 18,162 PointsDisregard :) Answered my own questions.. Yes, the css normalizer matters, but no, it doesn't really matter ;)_