Fill in the blanks to set the margin to 10 pixels at the top, 15 pixels on the right, 5 pixels at the bottom, and 0 pixels on the left:
.box {
margin: _____;
}
Fill in the blanks to set the margin to 10 pixels at the top, 15 pixels on the right, 5 pixels at the bottom, and 0 pixels on the left:
.box {
margin: _____;
}