scrimba
HTML & CSS
Margin and Padding
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
Margin and Padding
Expand for more info
css
style.css
run
preview
console
body {
background: #333;
color: white;
}

header {
color: #333;
background: white;
width: 100px;
}
Console
index.html
-11:53