Sang S. answered 07/06/19
Tutor
New to Wyzant
Experienced Programming Tutor
Margin properties are defined in single line like this: Assume the class name is called 'box'.
.box: {
margin: 25px 25px 25px 25px;
}
The 4 values correspond to top, right, bottom, and left margins, in that order.