because you have two options when using border, using the border property which has 3 values, or the individual property’s (border-width, border-style and border-color), you only did border-width
div {
border-width: 1px;
border-style: solid;
border-color: green;
background-color: #CC0000;
margin-top: 10px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 50px;
padding-top: 0px;
padding-right: 30px;
padding-bottom: 0px;
padding-left: 10px;
}
This is my code now and it’s still coming up with the same error message
Did you try my suggestion? If you did you should have passed. Can i see your css code + error message and link to stylesheet? A tiny mistake is easily made