Learn CSS Animation by Building a Ferris Wheel - Step 1

Self -Closing "link " element Doest Work
When i attempt to submit , the code doesn’t pass, and i am given a hint to use self closing link element , which i have done already , am stuck on this please help.

**

Ferris Wheel **

THIS IS THE ERROR

Test

Sorry, your code does not pass. Try again.

Hint

You should have one self-closing link element.

<!-- file: index.html -->

<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <link rel="stylesheet" href="styles.css" />
    <title>Ferris Wheel</title>
  </head>
  <body>
  </body>
  </html>

<!-- User Editable Region -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Challenge: Learn CSS Animation by Building a Ferris Wheel - Step 1

Link to the challenge:

Your code is passing for me.

Try copying the code, resetting the challenge, then paste the code in again.

exactly , it worked when i reset thanks man