<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
The program keeps on telling me my height is slightly more or slightly less than 50px although I had it at 50px, as seen below.
div {
height:50px;
width:120px;
border-color:#6495ED;
background-color:#BCD2EE;
border-style:solid;
border-width:2px;
}
<do not remove the three backticks above>