Positioning "below the fold"

Hi guys!

I’m trying to master CSS position property.

https://codepen.io/zelenskaya/full/VJNzbz

I cannot get the children (“figure” and “bg” img classes) to align to the bottom of the parent (“title_screen” div). Instead, they seem to align to the bottom edge of the screen. What am I doing wrong?

Thanks!

Add position: relative; to the parent #title_screen div.

1 Like