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 trialCarlos Jimenez
Courses Plus Student 4,242 PointsCSS Grid
I see the newest CSS Grid is out; will there be courses we can use here on Treehouse in Pro status?
3 Answers
Owa Aquino
19,277 PointsHi Carlos,
They'll sure be making a course for the CSS Grid in the future!
For a meantime you can check it the css grid here : https://css-tricks.com/snippets/css/complete-guide-grid/
Cheers!
Owa
Carlos Jimenez
Courses Plus Student 4,242 PointsHi Owa, Thx for the link. I'm really excited to learn and apply this built up framework. Do you know does this css grid require a download to begin applying to building a website? I've been look around and don't see it, but I do see that there are peeps out there using it. Perhaps in Beta; and we're just seeing snippets?
Bram Peirs
8,132 PointsI'm currently learning flexbox on treehouse, will CSS Grid replace flexbox? Should I still use flexbox to layout webpages or the new CSS Grid?
Owa Aquino
19,277 PointsHi Bram,
Yes you should still study flexbox and float. It's really depends on the project you needed to do, you'll be able to know which should you use during your coding (for me that's how I know and distinguish which to use). I think Grid will not replace flexbox because they are different and it's really up to you when or where you'll use them :)
Cheers!