scrimba
Introduction to CSS
Length Units in CSS
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

Length Units in CSS
AboutCommentsNotes
Length Units in CSS
Expand for more info
index.css
run
preview
console
.progress-bar {
width: 400px;
}
.progress {
width: 200px;
}
Console
index.html
-3:49