Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:
Hey, I know it’s a bit silly but console keeps saying that the link element should be within the head element. What am I missing exactl?

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

/* file: styles.css */

Your closing html tag should be the last thing in the page

OMG! lol thank you!! :man_facepalming:

1 Like

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