Tribute page review of me2freecodecamp

Tell us what’s happening:
Please tell me whether I made the project successfully or not.
If not, please help me to figure this out.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36.

Challenge: Build a Tribute Page

Link to the challenge:

You haven’t attached your code
:slightly_smiling_face:

when you fork the pen, keep the test suite

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

your project passes 9/10 tests, if you click on the number, you can see which ones are passing and which ones are not, and below the failing ones an error message that should be helpful in figuring out what needs to be chnaged.

pass your code through an html validator like The W3C Markup Validation Service, copying your code from codepen you can ignore the first warning and the first two errors - there are syntax issues you need to address


I have edited your post to add your project link inside the post body so it’s possible to click it to reach your project

1 Like

@me2freecodecamp It will help you if you keep the test suite in your code. Insert <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> at the beginning of your HTML section. It is showing that you still have one more test to pass: Layout #1 The element should responsively resize, relative to the width of its parent element, without exceeding its original size.

Hi there, thank you for your valuable reply.
Stay safe, stay happy