- Help Center
- Coding Resources
- CSS Resources
Challenge Hints: Introduction to CSS
A list of hints for the challenges in the Introduction to CSS lesson..
Last updated - July 23, 2024
Checkpoint | h1 { } |
Practicing with Paragraphs |
Don't forget the semicolon at the end of the style! Did you remember the hyphen in font-family? Did you remember the hyphen in text-align? |
Practicing with the Body Tag |
Don't forget the semicolon at the end of the style! Did you remember the hyphen in font-family? Did you remember the hyphen in background-color? |
Practicing with an Ordered List Tag |
Remember that the ordered list tag is ol. Did you remember the hyphen in font-family? Did you remember the hyphen in background-color? Did you remember the semicolon at the end of your style? |
For more help with CSS, check out our CSS Cheatsheet!