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 trial

HTML Introduction to HTML and CSS (2016) Adding a New Web Page Write the CSS

Redon Kalemaj
Redon Kalemaj
1,227 Points

why does the font-family need quotation marks when border or background-image doesn't.

on css page

2 Answers

Steven Parker
Steven Parker
229,644 Points

Quotation marks are needed when a value contains spaces, as many font names do.

The "border" setting is actually a shorthand for multiple properties which can be included on the same line, but quotes are not needed as long as the individual values don't contain spaces but are just separated by them.

Hi, this is totally unrelated, but what is this arrow up arrow down in the box that I see every time somebody posts an answer. Is it to upvote an answer like in Quora. I always click the arrow up button to upvote an answer.

Steven Parker
Steven Parker
229,644 Points

That's exactly right, it is the voting box. You should see the number go up or down as you click on the up and down chevrons. If you have already used it, the box will be green instead of grey. In that case, the direction (up or down) that you already used will become a "cancel". You can change your vote, but you cannot vote the same way twice.

The person who asked the question also has the option to choose an answer and mark it "best answer". When this is done the whole answer will have a green background.