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
Rohin Kansal
Courses Plus Student 642 PointsHow to create Responsive Website with rows and columns?
Hello, I want to know which topic should I study to learn about creating a responsive website using rows and columns?
4 Answers
shezazr
8,275 Pointsthe basic website design one (how to built a site) if i remember from memory uses bootstrap which in turns uses cols & rows.
Rohin Kansal
Courses Plus Student 642 Pointsi want to create custom framework. I don't want to use bootstrap.
Dylan Macnab
24,861 PointsHi Rohin, it sounds like you're looking to create a flexible grid system that uses media queries. Treehouse has a create a basic website course that will take you through the steps to calculate columns for a fluid grid system and media queries.
You might also find this video from css tricks helpful with creating a simple css grid system: https://www.youtube.com/watch?v=9ScOYtky7CM
One last approach you could do is copy the code from bootstrap, but only using the grid system part. This blog post does a great job explaining how the bootstrap grid system works, and why it works.
Hope that helps. Good luck
Rohin Kansal
Courses Plus Student 642 PointsThanks dylan for your valuable answer :)