Build a Tribute Page finish product thanks to all

thanks for eveybody who help me i look at what you had and this is what i end up with
thanks again for ideas to finish
https://codepen.io/edgargenius/pen/YoaYEL

Hi @edgargenius. Good first try. Some things to revisit;

  • codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to the <head> click on the ‘Settings’ button and add it into the ‘Stuff for <head>’ box.
  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link
  • Use external CSS for styling instead of using inline/internal CSS. For the most part you are using external CSS but you have main and li internally styled.

Don’t try to center something with a custom margin-left: because it won’t resize proportionally. Instead think of everything from the top of this page to the list underneath the picture as one section and how would one center everything horizontally with a single style.