Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:
It keeps asking me to add a self-closing link element when it’s already added and it’s preventing me from moving foward.

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

</body>
</html>
/* 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/104.0.5112.81 Safari/537.36 Edg/104.0.1293.54

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

Link to the challenge:

Your code passes for me, the most probable thing is that there is something on your side stopping the tests from working.

Try:

  • reloading the page
  • clearing browser cache
  • disabling extensions
  • in an incognito window
  • in a different browser

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