Learn CSS Animation by Building a Ferris Wheel - Step 2

Tell us what’s happening:
Describe your issue in detail here.

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>

<!-- User Editable Region -->

  <body>
    <div class="wheel">
      <span class="line">
      <span class="line">
      <span class="line">
      <span class="line">
      <span class="line">
      <span class="line">
      <div class="cabin">
      <div class="cabin">
      <div class="cabin">
      <div class="cabin">
      <div class="cabin">
      <div class="cabin">
    <div>
  </body>

<!-- User Editable Region -->

</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0

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

Link to the challenge:

You didn’t close </div> the .wheel div correctly and all the other elements are missing the closing tag </div> and </span>