First project - Tribute Page: Kobe Bryant


This is my first project. I tried to keep it simple and pass challenge. I passed challenge but this doesn’t look right Any help?
Thanks!

Hi @thelelux, your page looks good. Some things to revisit;

  • your first h2 element is not closed correctly. Missing the slash.
  • don’t use <br> to induce spacing. Use margin and/or padding in CSS.
  • On using codepen. 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 <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • get rid of the html tags. You’re missing things that come before and after and they’re not required in codepen.
  • since you’ve got the timeline text in boxes, get rid of the bullet points.

I don’t like to comment too often on someone’s design but maybe think about a better font than monospace. And the purple and yellow together look harsh. You can maybe soften them up a little so they flow together a little better.

1 Like

Thank You for reply, it really means alot! I’ll try to make it better.