[Help]7. CSS: An Overview - 8. One selector, many properties

<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

Result

You'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>

have a look at your closing bracket.

Also g should be uppercase G

1 Like

thank youuu! the problem was the upper case G. my bad :3

2 Likes