Help with borders. https://codepen.io/Aynaking/pen/VyKqGd

So I’m trying to make a border around my fake portfolio images. I only get a solid border on the top part and it appears to be bigger between the pictures. All help would be appreciated.

@aynaking,
the reason you are not seeing the border you expected is because you grouped all of your images(or more precisely, your anchor tags) into one div. You can either define a border around each image or put each image element in a div of its own and then define a border.

Good luck

Okay. Thank you.very much.