scrimba
Introduction to CSS
CSS 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
CSS Padding
Expand for more info
style.css
run
preview
console
.box {
background-color: lightgray;
width: 100px;
height: 100px;
/* padding: 10px; */
}
.content {
background-color: white;
}
Console
index.html#
-3:25