div {
height: 50px;
width: 120px;
border-color: #6495ED;
background-color: #BCD2EE;
border-style: solid;
border-width: 2px;
border-radius: 5px;
margin: auto;
text-align:center;
}
span {
text-decoration: none;
color: red;
font-family: Arial;
}
This is my code, I keep getting the error “Did you remember to set your links text decoration to none?”
I am on Adding the link. Lesson 5.