The program keeps telling me my height is not 50px

<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>

make sure your browser zoom is set to 100%.

It is, but it still shows the same error when I hit next…

okay, refresh the page, try a different browser

Tried it in IE and it worked! Must be a Chrome problem. Thanks!

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