Tribute Page - Copernicus

I have just finished my first project. Please give me some feedback. Thanks!

https://codepen.io/kaamrlo/pen/RwKQojM

Challenge: Build a Tribute Page

Link to the challenge:

Looks great! Good job.

Welcome to the forums @kaamrlo. Your page looks good. Some things to revisit;

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
    • The test script, with all tests passing, should be included when you submit your projects.
    • Your page passes 7/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
    • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Revisit the link color. Dark text on a dark background doesn’t give good contrast. The text is hard to read.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.

Thank you very much for your help. I think I’ve managed to correct all my errors.

1 Like

Nice page @kaamrlo . But I think you’ve got a lot of space on the right and left. How about increasing the width of your #tribute-info?

Nice job cleaning things up @kaamrlo.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.