Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:

I have a link element but every time I click submit it says “You should have one link element”

Your code so far

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

<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8"/>
    <title>Ferris Wheel</title>
    <link rel="stylesheet" href="styles.css" />
  </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/128.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Animation by Building a Ferris Wheel - Step 1

Hi there!

Reset the challenge step, clean your browser cache or change the browser and try again.

Neither worked unfortunately

Post your updated code here. Using three back ticks (```) on a separate line before and after your code

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

You tried to closed, if any browser extension you are running?

Not yet, but what’s weird is it works on all other projects, just not this one

Some times it is happened. The extensions and dark mode conflict with the test.

1 Like

Ok that worked. Thank you!

1 Like