Learn the CSS Box Model by Building a Rothko Painting - Step 7

Tell us what’s happening:
uhh it says my code is wrong idk what the hell is wrong with it

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">

<!-- User Editable Region -->

    <title>Rothko Painting</title>
    <link rel="stylesheet" href="style.css">

<!-- User Editable Region -->

  </head>
  <body>
    <div class="canvas">
    </div>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

Challenge: Learn the CSS Box Model by Building a Rothko Painting - Step 7

Link to the challenge:

Welcome to our community!

The ‘href’ attribute should have a value of styles.css. You have made a typo here.

Please you have made a typo i.e “styles.css” not "style.css "