Looking for recommendations

I created my first project on html and css using codepen, I’m looking for recommendations and corrections. the link is below:
https://codepen.io/Ahmedlogistics/pen/rNMGdjX

Hi, your project looks awesome.

I really love it.

My advice for improvement is to make the image a little bit smaller so the user doesn’t have to slide horizontally.

And also make the quote aligned center.

That’s my advice. Feel free to do whatever you want.

Keep it up. You’re awesome.
Happy coding

Alright, I really appreciate your advice man, you rock

Welcome to the forums @Ahmedlogistics. Your page looks good. Some things to revisit;

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
    • The test script should be included, with all tests passing, when you submit your projects.
    • Your page passes 3/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue. (Be sure and read more than just the first line of the failing message.)
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Besides being used incorrectly in your code, do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • Accessibility is about being accessible to all users. Review the lesson about giving meaningful text to links.
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens
  • On a side note, don’t try and recreate the sample projects. The instructions say to make your project “functionally similar” and to “give it your own style”

Okay, I will do that, I really appreciate it. How do I get to see the red button to see my errors? I 've been looking for the red button. Thanks in anticipation to your reply.

correct the typo, at the missing t at the end of scrip (it should be script)

Okay, I’ve done that now. Thank you so much