Back to CSS1 Reference | CSS1 Properties
Prev margin-bottom | Next margin-right


Property
margin-left
Values
<length>, <percentage>, auto
Initial
0
Inherited
no

This property sets the left margin of an element:

      H1 { margin-left: 2em }

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

Log in or register to write something here or to contact authors.