Lesson 5 of 10
🌈 Colors, Fonts & Text
What You'll Learn
- CSS color formats: named, hex, rgb(), and hsl()
- Font properties: font-family, font-size, font-weight, line-height
- Text decoration, alignment, and spacing
Quick Check
1. What does #ff0000 represent in CSS?
2. Which property controls the space between lines of text?
3. What does font-weight: 700 produce?
4. rgba(0, 0, 255, 0.5) would create a color that is: