<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.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
``` Error says: Oops, try again. Did you remember to set your link's text-decoration to none;? Where is the problem? Please tell me, thanks./Start adding your CSS below!/
div {
height: 50px;
width: 120px;
border-color: #6495ED;
background-color: #BCD2EE;
border-radius: 5px;
margin: auto;
text-align: center;
{
a {
text-decoration: none;
color: white;
font-family: Monaco;
}
HTML:
About MeWe're Codecademy! We're here to help you learn to code.
</body>
<do not remove the three backticks above>