CSS Property - Margin Right

Value: <length> | <percentage> | auto
Initial: 0
Applies to: all elements
Inherited: no
Percentage values: refer to width of closest block-level ancestor

The CSS property "margin-right" sets the right margin of an element:

Example:

h1{
margin-right: 3px;
}

A negative value is allowed, but there may be implementation-specific limits.