Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Paul Kirsch
2,894 Pointsnot sure why this didn't work
Not sure why this code didn't work:
h1 {
font-family: 'Raleway', sans-serif;
font-size: 1.75em;
font-weight: normal;
}
4 Answers

Paul Kirsch
2,894 Pointsh1 {
font-family: 'Raleway', sans-serif;
font-size: 1.75em;
font-weight: normal;
}```

Paul Kirsch
2,894 Pointsand why this didn't light up and left 3 ticks

Erik McClintock
45,783 PointsPaul,
I believe you have to make sure that the 3 tick marks are on separate lines from the code.
<p>here's an example, where the three opening ticks and HTML are above this p, and the closing three ticks are below it (on their own line)</p>
Erik

Daniel Jackson
15,099 PointsHello,
What is the question?

Paul Kirsch
2,894 Pointsthanks