scrimba
Frontend Career Path
Web dev basics
Build a Google.com clone
inline vs block elements
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
inline vs block elements
Expand for more info
styles.css
run
preview
console
/*
Challenge:
Turn the elements into blocks!
*/

img {
width: 300px;
}

input {
width: 400px;
}
Console
/index.html
-2:15