Responsive Web Design Projects - Build a Tribute Page

I’ve created a tribute page using codepen but I don’t understand how to test my tribute page.
Here is my project link https://codepen.io/NavidC/full/dKmGNa

2 Likes

put this at the top of your html:

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

then you will see a green hamburger icon on the top left of your webpage. click it to select your project and run the tests.

4 Likes

Thank you :slightly_smiling_face:

1 Like