Learn Intermediate CSS by Building a Picasso Painting - Step 3

there is something wrong with this shit. it keeps saying that I should have one self closing tag and I do and this shit is saying it wrong.

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Picasso Painting</title>

<!-- User Editable Region -->

<link rel="stylesheet" href="styles.css"> 


<!-- User Editable Region -->

  </head>
  <body>
  </body>
</html>
/* file: styles.css */

Your browser information:

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

Challenge: Learn Intermediate CSS by Building a Picasso Painting - Step 3

Link to the challenge:

it’s not wrong, its correct.

Howdy! Thanks for posting your question on the forum.
Your code seems to be working on my side. Try doing some of these:

  1. Reset the lesson, and try again.

  2. Reload the page.

  3. Use a different browser.

Hope this helped!

come on man, I’ve done all of that. There is something wrong with this question and it keeps saying I’m wrong when I’m right. You can clearly see that. Can we get someone to look at the code that runs that part of it. There’s no way I’m wrong.

I see. You might want to ask the freeCodeCamp support to help you out.
Here’s the link:

If you scroll to the bottom of the page, you should see a link which you can use to create a new topic in the freeCodeCamp Support section.

Hope this helped!