Portfolio images skewed

I am almost finished my portfolio project but I cannot figure out why my images look this way and why my last image won’t show.

https://codepen.io/daghering/pen/MRzKpP

width:100%;
  height:180px;

Your images do not fit these dimensions. if you remove the height, your images will display correctly. If you want them to fit in that ratio they will need to be resized in an image editor.

1 Like

@Daghering the text is not readable. You have set the height on several elements. Usually that is not necessary. Try to comment out the height one by one to see which is causing the problem.

1 Like

Thanks a lot, that was the problem!