Learn Intermediate CSS by Building a Cat Painting - Step 3

I’m stuck on step 3, I can’t see what’s wrong with it :cry:

Your code so far

/* file: index.Ext.html */
<!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>
/* file: styles.Ext.css */
<!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-G998U - Android 14 - Android SDK 34

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

Link to the challenge:

What you did seems correct. Please try once more by putting just your current <link…> element in the blank space provided and submitting. Do not put anything less or more because sometimes the test looks for exact words.

1 Like

I just did and it didn’t work :confused:

Ok I just did it and it works for me. Anything wrong with your browser? Can you post a screenshot of what you are doing?

1 Like

No, my browser seems to be working fine.

Every time I try it gives me the “hint”

Your code passes the challenge for me. You can try clearing your browser cache, or try a different browser and it should pass

3 Likes

I tried with a different computer and it worked! Thank you!

1 Like

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