Describe your issue in detail here.
hi i have given CSS properties as given in question with their corresponding values but it shows wrong can you give me clarification why it is giving wrong
Your code so far
/* file: styles.css */
.canvas {
width: 500px;
height: 600px;
background-color: #4d0f00;
}
/* User Editable Region */
.frame {
border-style:solid;
border-width:50px;
border-color:black;
}
/* User Editable Region */
You appear to have created this post without editing the template. Please edit your post to 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!
actually in step 12 in my project, the question is given as create a css as .frame and give border properties as style border-style:solid, border-width 50px and border-color:black but the problem is it shows wrong to me can you give clarification what is in that css box model