Made a sports related Tribute page

Very first attempt. This list part can be cleaned up, going to work on it after I finish the Personal portfolio page. I am still trying to figure out why some of my listed items are indented and others are not.

Link to pen: http://codepen.io/psingh24/pen/LRxpwq

Any Feedback would be appreciated.

The images are stretched because of their widths and heights. I’d probably just add class="img-responsive" and remove the inline styles (but then that would make the thumbnails ugly jagged…)

Consider replacing the margin with a percent-based value to make the page more mobile-friendy.

Thanks for the suggestion, i’ll fix that after I make my portfolio page.