Feedbacks on Tribute Page

Hi everyone, I completed my Tribute page and I’d really appreciate some feedbacks for it.
It’s about a cause that’s important to me and I felt like adding everything but I figured it would’ve been too overwhelming. But anyways, by all means, any constructive feedbacks will help me so much in the future to come for my coding journey.
https://codepen.io/shaniakond/full/LYREvzP

Your page looks good @ShaniaKond. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Besides being used incorrectly on your page, do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
1 Like

Awesome. I’ll get to it then.
Thank you!