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

WordPress WordPress Theme Development Working with CSS and JS in WordPress Themes Adding CSS to a Theme Via the functions.php File

Jackson Holiday Wheeler
Jackson Holiday Wheeler
721 Points

What 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

Jackson Holiday Wheeler
Jackson Holiday Wheeler
721 Points

Thank 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!

You 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.