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: