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 trialian izaguirre
3,220 PointsWhat Grid System does Treehouse Use themselves? ( Flexbox etc.. )
I was wondering what the actual treehouse website uses for responsive design ?
1 Answer
Kevin Korte
28,149 PointsIt very well might be completely custom by now, and it looks that way in the dev tools, however, I think awhile ago, a year or so they were using some version of the unsemantic layout based on what they had for class names. That seems to be gone now, which makes me think it might be custom.
ian izaguirre
3,220 Pointsian izaguirre
3,220 PointsI am new so I am trying to understand, How can a layout be "custom" ? Their has to be a name for it since they did not invent new tech, so their has to be a common name, right ?
.... Also has a 2nd question - what do you use?
Kevin Korte
28,149 PointsKevin Korte
28,149 PointsOps, sorry - I read it as which framework, like boostrap, unsemantic, foundation, etc. That's what I meant as custom to Treehouse.
Other then that, just looking at the developer tools in the browser, it looks like it's a simple floated layout, I didn't seen any flexbox or grids.
This may or may not be what they're using, but they have it public on their github: https://github.com/treehouse/project-leap
Kevin Korte
28,149 PointsKevin Korte
28,149 PointsAnd to answer the second question, I use a lot of flexbox now, some grid when I need that specialized control, but I still also use a lot of floated positioning as well, whatever the minimum is to get the job done.