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

Tell us what’s happening:

Even though I have typed down the text as per the instructions, it says the code is not correct. Have I done any error?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Rothko Painting</title>

<!-- User Editable Region -->

<link href = "styles.css" rel = "stylesheet">

<!-- 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/132.0.0.0 Safari/537.36

Challenge Information:

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

Hi @syedsalarjung , Please remove the extra spaces before and after “=” for both href and rel attributes. That should fix the error.