Help Portfolio Page

This is a complete rookie question so please go easy on me. I’m trying to get my image link contained inside of the container. I need to add 3 more but I’ve been trying for hours to get the first one lol. I’m trying to put three there. I think that I’m just putting the code in the wrong order.

Here is the codepen:

https://codepen.io/ebonj/pen/NbWZGb

You have currently set height: 25px; to the #page2 element (line 86 in your css). Removing it might give you the desired effect

Awesome that worked! Thank you for your help.