Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:

i don’t understand it keep telling my this
Your link element should be within your head element.
and my link element is in the head element

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

/* file: styles.css */

Your browser information:

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

Challenge Information:

Learn CSS Animation by Building a Ferris Wheel - Step 1

you closed yout HTML document in the begining … put the end of the </html> in the end of the closing </body> tag…

<body></body>

add it here…

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