Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:

I am not able to find the error in the code.
I think the console does not recognise the doctype declaration, first time it happened.
Thanks for your time!

Your code so far

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

<!-- User Editable Region -->



<!-- User Editable Region -->

/* file: styles.css */
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Ferris Wheel</title>
    <link rel="stylesheet" href="./styles.css" />
  </head>
  <body></body>
</html>

Your browser information:

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

Challenge Information:

Learn CSS Animation by Building a Ferris Wheel - Step 1

Hi,
You’ve added the code in the wrong file. You are given two files: index.html and styles.css
You should add this in the index.html. You can access the files using the buttons on the top right corner of the page.
Good luck!

1 Like