Error step 17 in CSS Box Model section abou frame

<meta charset="UTF-8">

<title>Rothko Painting</title>

<link href="./styles.css" rel="stylesheet">
<div class="canvas">

  <div class="frame"></div>

</div>

Please add a question when you make a topic so we know what help you need. Thanks

I need wrap the canvas element in another div . Give that div the frame class.

Ok. Where are you stuck with those instructions. What part is confusing you?

Right now, you have the ‘frame’ div inside of the ‘canvas’ div instead of the other way around.

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