Looking for some tribute feedback (first project)

Looking for some feedback/criticism on my project. Honestly I couldn’t think of a particular individual person I wanted to make a tribute page for so I related my project to more current events.

My first project

https://codepen.io/mhtempc/pen/qBdKdgo

1 Like

Good job!

  • main css has two lines of font-family. Make it one line.
  • I would change the widths to max-width so that the css is responsive. You can shrink the images down to mobile width.

Welcome to the forums @surfbort. Your page looks good. Some things to revisit;

  • You have a duplicate id (image) on your page. Each id in a document should be unique.
  • Don’t use the <br> element to force spacing. You can use margin and/or padding in CSS.
  • You never closed your <main> element.
  • Review the lesson about giving meaningful text to links
    • ‘here’ and ‘click here’ are a nineties thing and not accessible