Learn Intermediate CSS by Building a Cat Painting - Step 3

Tell us what’s happening:
Describe your issue in detail here.

Hi everyone, I have a problem with my link element. I believe I’ve added the attributes and corresponding values I was asked but my code is not passing. Please I need assistance, thanks.

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>

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

Link to the challenge:

Hello!

Looks like you put the code in both the HTML and the CSS file.

HTML only goes into index.html.

No, I didn’t. My CSS file is completely empty for now. I think this might have happen when I’m trying to edit my text here. I’m just struggling with the HTML link element

That’s why I started with “it looks like” :wink:.

I copied your code into my browser and it passes!
So the mistake is not your input.

Maybe clearing your cache and retrying can help.

1 Like

Thanks, I’ll try that

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