I'm having an issue getting this code to work. It keeps telling me there is an error: "Oops, try again.
Did you remember to give your div a height of 50px? It looks like it's 0px." I've already reset my zoom back to 0 and it's still not working.
div {
height: 50px;
width: 120px;
border-color: #6495ED;
background-color: #BCD2EE
border-style: 2px solid;
}
With your zoom at 100%, try a page refresh and see if it is accepted.
Now it’s telling me that my background color should be #BCD2EE but it is already
Never mind I got it to work. Thanks for the help
1 Like