Plz Check My Tribute Page

Hi all,

Check out my tribute page, which is at https://codepen.io/felicien91/full/ZNVQob

GBY

1 Like

Looks really good, nice job!

This looks excellent!

@FelicienM
Nice color, layout, and image.

Nice page @FelicienM. A couple of things;

  • codepen provides you with validators for HTML, CSS and JS. Click on the arrow in the upper right and then select the appropriate ‘Analyze’ link. In CSS, you have an extra closing curly brace (not hurting anything now but it should be removed). In HTML you’re using an id more than once. Id’s should only be used one time. Make it a class if you’re using the same name for styling purposes.
  • Don’t use the <br> tag in HTML. Instead use margin/padding in CSS.

This is an awesome page.