Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Making a div the size of the Viewport Reply To: Making a div the size of the Viewport

#250627
Atelierbram
Participant

Have you tried viewport-units?

.child1 {
  min-height: 100vh;
}

http://codepen.io/atelierbram/pen/dNZKYN