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 trialguram dgebuadze
Front End Web Development Techdegree Student 4,122 PointsBootstrap
Should I first study grid and than go to bootstrap? or it's right way to start bootstrap straigt
2 Answers
Michael Hulet
47,913 PointsThis is sorta analogous to asking if you should learn to use a circular saw or a hand saw first, as they ultimately accomplish similar tasks. Bootstrap has its own grid system built-in that's separate from the standard CSS grid, so you'll be learning the basic concepts either way. I might start with Bootstrap first, as it works on older browsers than the standard CSS grid, has other features than just a grid system, and is a bit easier to understand when you're just starting out imo
guram dgebuadze
Front End Web Development Techdegree Student 4,122 PointsThanks both of you, for your attantion. Now I got it.
Shanay Murdock
17,568 PointsShanay Murdock
17,568 PointsBootstrap is fine to learn first. Grid will reinforce those concepts.