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

CSS How to Make a Website Customizing Colors and Fonts Add Fonts

em's

how do you Set the size of your H1 to 1.75em and the weight to normal.

3 Answers

Richard Duncan
Richard Duncan
5,568 Points

Have you tried re-watching the vid? You might try googleing the font-weight and font-size properties.

Agreed if you are going to be a developer your first instinct should be to look up font-weight and font-size - i like devdocs.io but you can use mdn, w3schools or whatever resource you like.

pro tip: if you are having trouble remembering some specific syntax, declaration or command you can try creating a github gist (like I did here for sublimee text. It's a good way to keep track as you learn.

Tj

Laura Cressman
Laura Cressman
12,548 Points

Try font-size: 1.75em; and font-weight: normal; Hope that helps!

Richard Duncan
Richard Duncan
5,568 Points

-1 for answer thievery and spoon feeding.