Learn Intermediate CSS by Building a Cat Painting - Step 3

Tell us what’s happening:
I did everything right but it’s says
Your link element should have an href attribute with the value ./styles.css…

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:

M2101K7BI - Android 13 - Android SDK 33

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

Link to the challenge:

Your code worked for me.
Its possible that you have a adblocker which is affecting the code.
Try disabling any adblockers or submit your code from a different browser. You can clear the cache as well if it helps.
Hope this helps!

1 Like

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