<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
https://www.codecademy.com/courses/web-beginner-en-TlhFi/1/2?curriculum_id=50579fb998b470000202dc8b 7. CSS: An Overview - 8. One selector, many properties.<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Oops, try again. It looks like your paragraph isn’t in the font Garamond
index.html
ResultYou're about to style this paragraph with CSS all on your own!
stylesheet.css
p {
color:green;
font-family:garamond;
font-size: 24px;
)
<do not remove the three backticks above>