CSS margin-left
Also see the full, alphabetical list of CSS properties
The CSS margin-left property is used for specifying the width of the left hand margin.
Also see the margin, margin-top, margin-bottom and margin-right properties.
| Syntax: | margin-left: <value>; |
| Possible Values: |
|
| Initial Value: | 0 |
| Applies to: | All elements |
| Inherited: | No |
| Media: | Visual |
| Example: |
p.stay-away { margin-left: 20px }
|
| Try it yourself! |
|
