<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.>
https://www.codecademy.com/courses/web-beginner-en-TlhFi/1/6?curriculum_id=50579fb998b470000202dc8b#
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Oops, try again. Did you remember to make your h1 font-family Verdana?
/i’m sleepy/
h1 {
font-family: Verdana;
}
h3 {
font-family: Garamond;
}
p {
color:Purple;
}/grr!/
<do not remove the three backticks above>