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
@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.