My code:
img {
display: block;
height: 100px;
width: 300px;
margin: auto;
}
p {
text-align: center;
font-family: Garamond, serif;
font-size: 18px;
}
/Start adding your CSS below!/
div {
height: 50px;
width: 120px;
border-color: #6495ED
background-color: #BCD2EE
border-style: solid;
border-width: 2px;
}
It gives me an error message saying:
“Oops, try again. Is your border color #6495ED?”
Help me pass!