Got stuck creating portfolio

My problem is that I can’t figure out a way to fit neatly two images on top of each other so that each of them fills out the whole screen. Here the link to my codepen https://codepen.io/Boss911/pen/BwNaKp?editors=1100#0
Also, there’s a gap between the two pictures. I’d like them to be one right on top of the other. Can’t figure that out either.
Any piece of advice would be appreciated .

.pageOne {
  height: 1000px; //remove
}
.pageTwo {
  height: 1000px; //remove
}

don’t use fixed values on containers if you want it to adjust accordingly to its content
happy coding (:

1 Like

Thank you! Now I’ll know it!