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

Tell us what’s happening:
When I try to submit it, it’s saying that I need to add the rel attribute with a value of stylesheet. What have I done wrong?

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36

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

Link to the challenge:

You just have some spacing issues. Get rid of the spaces that come before and after both equal signs

2 Likes

thank you for helping me with this

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