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 trial

Design

foundation framework percentage heights

I am createing a mobile web application useing frame work foundation, what I want is a bar that will serve as my header full width across so 12 columns and 20% of screen height. I have created a I have the row I can't seam to put a percentage height on any children of the row div which has according to the console has a height of 24px. here is a screen shot of the code http://imgur.com/liDMz8p

never mind I got it, I just added an additional class of header to the foundations row class probably will change to the id of header since I will only have one.

 .row.header{
 max-width: 100%;
height:20vh;
}

it's silly how rusty you can get after not building anything for a bit