scrimba
Frontend Career Path
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Introduction: CSS Challenge - Title Bar
AboutCommentsNotes
Introduction: CSS Challenge - Title Bar
Expand for more info
challenge.md
run
preview
console
**Challenge**:
Your main goal is to turn the given text into a full title bar with appropriate colors, spacing, size, and structure.

**Hints:**
- Use the Box Model properties for spacing and layout
- Use the text-align property to center the text
- Think about the selectors used for coloring and typography

**Topics Covered:**
- Typography
- Colors
- Box Model


**Other Information**:
- Font size: 60px
- Background color: #2a8442
Console
/index.html
-1:11