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!
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
Matthew Scorte
1,929 PointsWhat are some recommended Frameworks to use?
What are some recommended Frameworks to use?
I've looked at bootstrap and foundation, and I'm leaning towards foundation because it is mobile first, and it doesn't restrict a certain width.
I am using it to build on wordpress.
1 Answer

Tim Knight
28,888 PointsMatthew,
You've definitely found the "big 2" frameworks right now. Note too that both Foundation and Bootstrap 3 are both mobile-first so make sure you look at which one of them will best meet the needs of your situation. There is also Furatto (http://icalialabs.github.io/furatto/) which I believe is derived from Bootstrap. There are a few smaller "micro-frameworks" but I don't believe they'll give you the immediate mobile-friendly support that the big 2 will.
Adam Sackfield
Pro Student 19,663 PointsAdam Sackfield
Courses Plus Student 19,663 PointsBootstrap is also mobile first and has .container and .container-fluid classes. :)