scrimba
Frontend Career Path
Essential CSS concepts
Build a Coworking Space Site
Build the foundations
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
Build the foundations
Expand for more info
index.css
run
preview
console
body {
margin: 0;
padding: 0;
}

/*
Challenge:
1. Get this layout looking like the
screenshots on the slide.
*/
Console
/index.html
-9:43