Need help with error-product landing page

Hi, I’ve been trying for days but I can’t figure out where the error is.
When I run the test, the penultimate and last item gives me an error but the nav-bar is set at the top and I don’t understand what I should do. I also use displays: flex; but I still get the error like I’m not using flexbox. can someone help me?
Thanks a lot

what’s the code you use to link the css to the html?

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="style.css" />
    <title>Landing Page</title>
  </head>

Your styles.css is missing s.

1 Like

I don’t believe it. I use visual studio code and then I copy and paste onto freecodecamp so the two files were well connected there.

Thank you so much, I thought it was a code problem, I never would have thought it was that

Your welcome. If you look closely to your editor for css file. There’s name of file: styles.css. because of that, your project was not passed with style.css.

Yes you’re right, I missed it

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