<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.>
https://www.codecademy.com/courses/web-beginner-en-UuBLw/0/2?curriculum_id=50579fb998b470000202dc8b
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Every time I submit by code I get the error message
“Did you remember to give your div a height of 50px? It looks like it’s 49.8px.”
I have tried to reset my browser’s zoom using ctrl-0 to no avail. I have also tried changing the height of my code to many different increments in order to try and force it to work wrong and this has not worked either. I even tried clearing my cache because some one else posted that this was their issue and that failed as well. Are you aware of any other options?
```div {
height: 50px;
width: 120px;
border-color: #6495ED;
background-color: #BCD2EE;
border-style: dashed;
border-width: 2px;
}
<do not remove the three backticks above>