.box.box-1
.box.box-2
View Compiled
.box {
width: 100px;
height: 50px;
border: 2px solid black;
}
.box-1 {
margin-bottom: 50px;
background-color: red;
}
.box-2 {
margin-top: 30px;
background-color: blue;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.