Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:

Though I am using the code as instructed but it’s still not working and sending me to the next step.

It only shows that I have to have a self-closing link element though I have already added it as below.

Ferris Wheel
<!-- 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/112.0.0.0 Safari/537.36 Edg/112.0.1722.64

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

Link to the challenge:

Welcome to the forum!

Your code passes the challenge. Here are a few things you can try:

  1. Try refreshing and resetting the lesson to see if that works
  2. Sometimes extensions can cause issues with the challenge such as ad blocker and dark mode. Check to see if you are have any extensions running when submitting the challenge
  3. Try submitting the challenge on a different browser
1 Like

your answer passes for me?

could it be a browser issue?
here is a link to a post that lasjorg posted a suggestion on

Step 78, build a coffee menu. Theres no submit button - HTML-CSS - The freeCodeCamp Forum

Thanks for the support and suggestion now it’s working after I had changed the browser.

1 Like

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