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 trialJackson Holiday Wheeler
721 PointsWhat is foundations.css?
Hi,
Not sure where to find foundations.css and normalize.css. They aren't in the twentyfifteen theme folders, or any others that I can find.
Thans!
2 Answers
Kevin Korte
28,149 PointsNormalize is here: https://necolas.github.io/normalize.css/
Foundation is a framework, and is found here: http://foundation.zurb.com/sites/download.html/
Jackson Holiday Wheeler
721 PointsThank you for your quick answer! So did I miss something in the tutorials? Should I be working on the theme in the foundation framework? What I'm not quite understanding is what I missed and where we should have obtained those files from to begin with.
Thanks again!
Shaimoom Newaz
7,219 PointsYou didn't miss anything. Zac snuck that one in there!
Many developers will use a framework like Foundation for Sites or Bootstrap to quickly get started with basic CSS and JS that is used for most projects but you can customize easily. I use Bootstrap on every one of my projects.