scrimba
Frontend Career Path
Web dev basics
Build a Google.com clone
Divs rule the world
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

AboutCommentsNotes
Divs rule the world
Expand for more info
styles.css
run
preview
console
img {
margin-top: 100px;
display: block;
width: 300px;
}

input {
display: block;
width: 400px;
}
Console
/index.html
-2:02