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

It keeps telling me to assign a rel attribute with the value of stylesheet. Any ideas what i am doing wrong?

<!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/109.0.0.0 Safari/537.36 Edg/109.0.1518.70

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

Link to the challenge:

nevermind i got it! i had too many spaces after link smh.

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