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 trialdingus blank
3,229 Pointsnavigation in header or seperate in grid css
Hey guys! i have an assignment in css grid and im just wondering if i should put my navigation as a separate part of my "grid-template areas" or inside my header area?
I want them right next to eachother but im not sure how to make a split in half grid in my header :( My solution right now is to seperate them like this "h h h n n n n n n" n = navigation h = header (my header is a logo)
1 Answer
Kevin Korte
28,149 PointsHello,
Can you share with us the code you've tried, or have started?
Gari Merrifield
9,598 PointsGari Merrifield
9,598 PointsNot sure if this will help you or not, but you can nest a grid inside of another grid.