scrimba
Introduction to CSS
The Box Model in CSS
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

The Box Model in CSS
AboutCommentsNotes
The Box Model in CSS
Expand for more info
index.css
run
preview
console
.box {
width: 100px;
height: 100px;
/* padding: 10px; */
/* margin: 10px; */
/* border: 10px solid lightgreen; */
/* box-sizing: border-box; */
}
Console
index.html#
-1:42