Learn Intermediate CSS by Building a Cat Painting - Step 1

Tell us what’s happening:
Describe your issue in detail here.
Why isn’t it working even when i have done what the instruction said i should do

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
    <head>
     <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width,             initial-scale=1.0" />
    </head>

    <body>
    </body>

</html>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0

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

Link to the challenge:

Because you have not done what the task asked you. You added the two <meta>tags.

Thanks
i just figured that

Hello!

I suggest removing all of the coding within the head element. It has not been asked for yet, and the system does not recognize it.

I checked to make sure it would pass if you did this.

Happy coding! :slight_smile: