Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:
My code keeps returning "
You should have one self-closing link element" but I have its nested in head element. What could I be doing wrong?

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <link rel="stylesheet" type="text/css" href="styles.css"/>
  <title>Ferris Wheel</title>
</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/103.0.0.0 Safari/537.36

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

Link to the challenge:

I am having the same issue. Has there been any response to this?

Having the same issue, tried Chrome and Brave browser and incognito mode, same think, gotta try other browsers

I had to remove an extension I had just installed on Chrome

I only have a single browser extension, uninstalled it, still have the same problem. Tried FireFox and Edge as well, gave me the same issue. So I’m at a loss. Oh well, no certificate for me then. I’ll just move on to JavaScript, hope nothing like this happens over there as well. Thanks man

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