Updated Tribute Page

Started FCC awhile ago and starting again now a lot more determined. Please review the tribute page and tell me what you think. Also, if you know how to keep long text passages under the text and not go over to the dots on the left, please let me know.

Tribute ink https://codepen.io/kallencodes/pen/yWemoJ

Thanks

1 Like

New to the forum. Not sure how I see your tribute page as there is no link in the post?

Oops! The link to the updated Tribute page is https://codepen.io/kallencodes/pen/yWemoJ.

Very nice job @makarena! Just a couple of things you should know about codepen;

  • in the HTML section you only need to add the elements that would go between the <body> </body> tags. It even assumes the body tags so you don’t need to include them either. If you have anything you want to include in <head> click on the Settings button and add it there.
  • codepen provides you with validators for HTML, CSS and JS. Just click on the arrow in the upper right of each section and then click on the respective ‘Analyze’ link. There’s a little something you can clean up in your HTML.

(I liked the movie too)

Have a look at this for how to fix your LI justification issue.

Hi Roma.
Thanks for the Codepen tips. Got it cleaned up and the text is in order. Woo hoo!
Thanks again.

1 Like

Hey theague. Thanks for the info. Roma (above) informed me that the li tags can not be a child of a div tags, need ul or ol tags first. When I placed the beginning ul tag after the h3 “A Timeline of Katerine Johnson’s LIfe” tage and closing the it at the very end of the time, everything fell into place.