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 trialTomáš Komprs
14,057 PointsIs good use this technique for the final project?
Hi, I like to ask If I use the grid for my project for what is this ,,grid-template-areas:,, good for? Is good use this technique for the final project? , or is good only for testing and then use grid-row: / grid-columns: etc, please?
1 Answer
Tim Knight
28,888 PointsHi Tomáš,
Using grid-template-areas
for a final project is great and definitely not something you'd just be using in development or for practice. Where grid-template-areas
really shines is that it lets you create keywords for content areas and how they layout in your grid in an almost visual manner.
Try reading over the MDN documentation on grid-template-areas
too, they have a lot of great examples.
Tomáš Komprs
14,057 PointsTomáš Komprs
14,057 PointsThank you :) I'll definitely read the documentation!