Learn Intermediate CSS by Building a Picasso Painting - Step 3

Tell us what’s happening:
I do not understand why my code is not passing the tests. If someone has an idea I will be more than happy to learn! Thanks in advance :slight_smile:

TASK 3:

Step 3

Go ahead and link your CSS file now, even though you have not written any CSS yet.

Add a link element with a rel of stylesheet and an href of styles.css.

Your code so far

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

<!-- User Editable Region  MY ANSWER to the 3rd Step: -->

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

<!-- 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; rv:109.0) Gecko/20100101 Firefox/112.0

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

Link to the challenge:

Welcome to the forum!
It looks like there is just a small issue with your code. Try getting rid of the space between the text stylesheet and the ". Then submit the challenge again, and let me know

1 Like

I am having this same problem. After trying several times, I went so far as to just copy and paste from the next step. And it’s still marked wrong! How? It’s literally the code they typed. How is it wrong?

Hello, If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

You just have to open freecodecamp on Firefox.

imagen

Thank you all for replying to the topic. I was using Firefox when I was attempting to do the task.
I finally solved the issue by opening freecodecamp on a different browser.
After submitting this line of code I came back to my preferred browser and everything worked smoothly.

1 Like

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