margin
English [ˈmɑ:dʒɪn] American [ˈmɑ:rdʒən]
n. Edge, range; limit; profit, surplus; (outside the version) ) of the blank
vt. Leave a margin; become the side of...; add a margin to, surround; add a margin for...
Plural: margins
css margin property syntax
Function:Set all margin attributes in one statement.
Description:This shorthand attribute sets the width of all margins of an element, or sets the width of the margins on each side. Vertically adjacent margins of block-level elements merge, while inline elements don't actually occupy top or bottom margins. The left and right margins of inline elements are not merged. Likewise, the margins of floated elements are not merged. It is allowed to specify negative margin values, but use caution when using them.
Note:Negative values are allowed.