Feedbacks on Tribute page project

Hello everybody!

So I finished my first project and would like some feedbacks pleaaase :

The black and white theme is on purpose :slight_smile:

I will also share on another topic the survey form I just completed.

Thank you

Basile

Welcome to the forums @Vadro. 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 should be included, with all tests passing, when you submit your projects.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • Make your page responsive. Remember, the R in RWD stands for Responsive.
    • Attaching a screenshot of what your page looks like on a smaller screen.

@Roma
Thank you for the feedbacks, I had the test script but deleted it before posting…

I will work on responsiveness and improve my CSS :slight_smile: