Learn CSS Animation by Building a Ferris Wheel - Step 1

I keep getting you should have at least one self-closing link and I do have the link. The same link I have been using the entire time. What is the issue.

Ferris Wheel
</head>
<!-- file: index.html -->

<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

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

Link to the challenge:

I have copied and pasted your code in the challenge, and it passes for me. You can try and refresh and restart the lesson to see if it will pass. If that does not work then you can try it on a different browser from the one you are currently using. There have been instances where browsers cause issues with the challenge

Thank you for the reply and for testing the code. I have tried several times and it still will not pass. I got past the problem only to finish the Ferris wheel, only to have it marked as 96%. I placed the code in Firefox and it went right through. Who knows…

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