Tribute Task Feedback Please

Need Feedback…is it ok?

It’s nice for a first project, I’ve never really finished mine but you did. :smiley:
Couple of notices though:

  • <img> tag doesn’t need a closing tag.

  • Headings are block elements and as such they already have 100% width.

  • You could’ve targeted all <h2> elements instead of adding class number and same goes for <img>.

  • Finally there wasn’t a need to nest <h2> inside of a div with class banner-text when they’re both block elements anyway.

Congrats on finishing your first project!

You didn’t add a link to the page so that people can find out more, as outlined in the project aims.