Project feedback!

Tribute page

Hi guys! I’ve created my first project based on the example provided to see if I’m able to fully replicate it. I’ve passed the test, but there’s still some things I’m struggling with.

  1. I’m unable to create the LightGray background for #main. I’ve tried a few other solutions like creating a class e.g. <main id=“main” class=“background-grey”, but the colour doesn’t seem to appear either.

  2. I’ve tried to center the tribute info but instead it became messy unlike the example provided. Pasted the example link below for easy access!

https://codepen.io/freeCodeCamp/full/zNqgVx

Any other feedback is welcomed!

Thank you so much!

Welcome to the forums @Clarebearstares.

First off, do not try and replicate the sample projects. They show just one way the project can be completed. The instructions say your should be “functionally similar” and to “give it your own personal style”.
For the tribute page you can select anything you’d like. A poet, an author, a band or even a potato.

Your main problem is you’ve included style tags into a CSS stylesheet. They are HTML tags and would not be included in CSS. They will cause problems. (if you remove them you’ll see what I mean)

Also, 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.

Regarding feedback, it’s too much like the sample to give much but

Ahh… got it. Thanks Roma! I’ll redo the tribute page without mirroring the sample :smile:

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