Learn Intermediate CSS by Building a Cat Painting - Step 3

The task is to add link element with rel and href attributes. I did exactly as it mentioned but it shows that href should have ./styles.css though I type the same the error props everytime.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>fCC Cat Painting</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body></body>
</html>
    


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

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-intermediate-css-by-building-a-cat-painting/step-3

Hello and welcome to our community.
I ran your code several times and it passed on my end. Sometimes your code may be OK but fail to pass the test. The following can lead to that:

  1. Browser extensions. Disable any enabled.
  2. Try using a different browser.
  3. Refresh the task and run the same code again.
  4. Make sure your zoom level is 100%.
1 Like

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