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

CSS

100% screen size but rest of the page is scrollable?

Hello, how do I do something like this?

I want to show one photo in 100% of screen but let users scroll down?

Thank you so much

2 Answers

They have a section that contains an image. http://www.diehlgroup.com/static/img/02_ewt_team_dga.jpg When you scroll down, you get to another section which again contains another section. The min-height of each section is 656px Take it like this, create two sections in your html body, each section should take full screen size and contain an image. That is all :)

I hope it helps.

Thank you so much, works very good! :)