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 rel="stylesheet" href= "style.css"/>
<!-- 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/113.0.0.0 Safari/537.36 Edg/113.0.1774.57
Challenge: Learn the CSS Box Model by Building a Rothko Painting - Step 7
Link to the challenge:
Learn to Code — For Free
1 Like
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Im sorry first time on the forum. i cant understand why this code isnt running here.
i put
I can’t seem to understand what it is asking… is the code wrong here?
i put the link element the the rel attribute and the href attribute i can’t understnad what it’s asking
No worries, you are close.
You have style.css when it needs to be styles.css. Also you want to get rid of the space that comes after the equal sign in the href
1 Like
wow. thank you that worked. i thought i almost had to give up
2 Likes
system
Closed
December 2, 2023, 12:47pm
7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.