Feedback in tribute project

Hi

Would appreciate some feedback on my tribute project

Thanks

Hi @anikmitter !

It would be nice to see the project. :grinning:

Oops sorry

Thank you for updating your post with the codepen link.


Make sure to include the test suite in your project.

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

Right now you are passing 9/10.

I would get rid of the empty footer tags since you are not using them.

  <footer>
  </footer>

In your css, you don’t need to say flex-direction:row; because that is the default anyway. You can just omit that.

Hope that helps!

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