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 trialKris Jolls
5,157 PointsShed some light on CSS grids and frameworks.
I learned to do design and coding with out the use of these.
Are they useless unless I design around them first? I went to code a site I designed without them in mind and the grids don't seem necessary though the blueprint framework of course is convenient.
Going to re-watch the episodes. I guess my question is if I didn't create the design with grids, should I still work them into the code as for container dimensions?
Any other great resources you can recommend?
Thank you.
3 Answers
James Barnett
39,199 Points3 of my favorite resources about frameworks:
- Grid Frameworks
- A Tale of Two Bootstraps Lessons
- Please Stop Embedding Bootstrap Classes in Your HTML
There's also a great dicussion going on about frameworks in 2 forum threads that I know of, here and here
Nick Pettit
Treehouse TeacherHi Kris,
Great question! Basically, if you didn't create a site with the use of a CSS framework or grid, it can be a little bit tricky to adapt them after the fact. However, if they seem to work fine and they don't need heavy maintenance, it might not really be worth the effort.
When you create your next project, you should definitely try using a CSS framework. Try out a few of them to see which ones you like. I recommend you try out Bootstrap, which is a responsive framework.
Kris Jolls
5,157 PointsThanks for the tips. My next project will be done with a framework for sure.
@James Loved that last link as I was not liking the looks of all the classes and now I know how to correct it. Thanks.