<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.>
Does anyone know why this is happening
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
My code throws the error: “Oops, try again. Did you remember to give your (<)a(>) tag a href attribute?” (Please ignore the parentheses as without them the tag won’t display)
We're Codecademy! We're here to help you learn to code.
``` **CSS (stylesheet.css):** ``` img { display: block; height: 100px; width: 300px; margin: auto; }
p {
text-align: center;
font-family: Garamond, serif;
font-size: 18px;
}
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;
}
a {
text-decoration: none;
color: white;
font-family: Monaco;
}