Home › Forums › Design › Making a div the size of the Viewport › Reply To: Making a div the size of the Viewport
January 28, 2017 at 8:58 am
#250627
Participant
Have you tried viewport-units?
.child1 {
min-height: 100vh;
}