1st Draft of Tribute Page; Please Review and Advise

Above is the link to my first tribute page. This is my first time doing any project and it was a challenge but research and testing did help me. I have looked at other pages and feel mine is pretty primitive, but I’m look for guidance and some mentoring to improve my skills and confidence.

Thank you all.

Michael Vandeveer

1 Like

You’ve repeated yourself with the body CAA, but other than that, it looks fine! Achieved everything set out by the task.

body {
  margin-top: 80px;
}

body {margin-top: 80px;
}

body {background-color: hsl(120, 100%, 10%);
}

You can simplify this to

body {
margin-top: 80px;
background-color: hsl(120, 100%, 10%);
}

You’ve also got an extra open blockquote tag:

 later that day.</li></ul>
      <blockquote>
      <blockquote cite="https://www.washingtonexaminer.com/top-11-mattis-quotes-from-h

Thank you all for the comments. I will go correct the edits now. I’m appreciate it!