Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJames Maynard
9,993 PointsCSS Font Properties Code Challenge problem
The challenge asks to select the paragraph element and list a font stack of Baskerville, Times New Roman, Times, and serif. I'm pretty sure I have this right, and wonder if there's a bug.
p {
font-family: Baskerville, ¨Times New Roman¨, Times, serif;
}
Any ideas?
2 Answers
James Maynard
9,993 PointsNevermind!
Jeff Busch
19,287 PointsHi James,
I copied and pasted your code into the code challenge and it did not pass. Then I replaced the double quotes around Times New Roman with single quotes and it passed. In the real world I don't think it matters.
Jeff
Jeff Busch
19,287 PointsNevermind!