marginTop

abstract var marginTop: MarginTop?(source)

The margin-top CSS property sets the margin area on the top of an element. A positive value places it farther from its neighbors, while a negative value places it closer.

Syntax: <length> | <percentage> | auto

Initial value: 0

| Chrome | Firefox | Safari |  Edge  |  IE   |
| :----: | :-----: | :----: | :----: | :---: |
|   1    |    1    |   1    |   12   |   3   |

See also