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