3.63636px not 4!

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>
Typed the code in exactly as below, compiles in the .css window as the same but I get this error

<In what way does your code behave incorrectly? Include ALL error messages.>
expected div.banner to have its border-bottom style equal to 4px solid black but got 3.63636px solid #000000

```

.banner {
font-family: ‘Pacifico’, cursive;
height: 400px;
background-image: url(“lemonade.jpg”);
border: {
top: 4px solid black;
bottom: 4px solid black;
}

<do not remove the three backticks above>

Maybe you’ve zoomed out in your browser?

1 Like

Yes, that did it. Thanks!

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