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

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

Your code so far

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

<!-- User Editable Region -->

<link <a href="styles.css" rel="styles"</a></link>

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

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

Link to the challenge:

Hello and welcome to our forum. You need to check your rel value. An hint has been provided for you in the instructions.

Hello!

I think there may have been confusion over whether you were entering the href, or the rel, here. href="styles.css rel=“styles???”

You are doing great! Keep up the momentum!

Happy coding!

But, you are doing great!

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