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: HTML/CSS Challenge - Move to External Stylesheet
AboutCommentsNotes
Introduction: HTML/CSS Challenge - Move to External Stylesheet
Expand for more info
challenge.md
run
preview
console
**Challenge**:
Your main goal is to move all of the styles in the HTML file to the style.css file while keeping everything working.

**Hints:**
- Remember the link tag!
- Don't forget about CSS selectors.

**Topics Covered:**
- Stylesheets
- Link tag
- Selectors
Console
/index.html
-1:03