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