scrimba
HTML & CSS
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

To see this lesson you need to be logged in. Joining Scrimba is free and gives you access to 20+ courses.Sign up
AboutCommentsNotes
Margin top
Expand for more info
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