Learn Intermediate CSS by Building a Cat Painting - Step 3

Your link element should have an href attribute with the value ./styles.css. I need clarification look at my code and tell me what is wrong

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>

Your mobile information:

SM-G973F - Android 12 - Android SDK 31

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

Link to the challenge:

Remove add blockers,or change the browser.
your code is passing this lesson…

1 Like

Hello @Sunpius !

Your code has passed on my side.
Try the following:

  • Reset step

  • Refresh page (F5)

  • Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests.

  • If you are having problems, recommendation is to disable extensions that modify the content or layout of pages, while taking the course.

    • Try a different browser.

Keep up the good progress!

1 Like

Thanks :blush: guys, you’re great :+1:

2 Likes