scrimba
Frontend Career Path
Web dev basics
Build a Google.com clone
Margin top
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

styles.css
run
preview
console
img {
/* Challenge:
Add some space (margin) above our image!
Do you remember how we added spacing in the
cookie widget example?
*/
display: block;
width: 300px;
}


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