Feedback Requested: First FCC project - Tribute Page

Hello fellow Campers! I completed my first project (a tribute page to Mass Effect’s Commander Shepard) and was hoping for a bit of constructive feedback. I did run into a few issues with this project, and I’m still trying to figure out how to tighten up the container’s bottom padding around the image and descriptive text I added. Couldn’t figure out what to change to achieve that goal.

My Tribute Project

Include the necessary html tags like

<html><head><body>

<link href="https://fonts.googleapis.com/css?family=Nova+Square|Oswald:300|Roboto:400,900|Ubuntu:300" rel="stylesheet"> should be in <head></head>

should be in

Added. :slight_smile:

I thought it was strange that CodePen doesn’t show them in the editor view and when you add them the first time they tell you that they’ll be added automatically. Seems like a way to get people in a bad habit always assuming that the tool will add them in for you.