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

HTML

HTML5 Boilerplate

Hi I am sure this is going to be a silly question. But if I am using HTML5 boilerplate and want to create a a responsive website is there a framework I can use along side that or is it a case of creating a fluid grid etc myself

G

4 Answers

Check out foundation.zurb.com

You can use this in place of the HTML5 boilerplate because it already includes all HTML5 code and is responsive right out of the box.

Caroline Hagan
Caroline Hagan
12,612 Points

@Graham if you go to http://www.initializr.com/ this is the HTML5 Boilerplate's 'do-it-yourself' website where you can opt for Responsive and customise your needs.

Cool will check them both out

Hi Graham,

I recommend you take a look to this one too!

http://twitter.github.com/bootstrap/

;)