7.1 #Atoms.margin-top margin-top
Set the margin-top
property on an element,
or margin-block-start
if it is supported.
- author
- Chris Harvey
- updated
Example
- Point (0.00)
- Quark (0.25)
- Atom (0.50)
- Molecule (1.00)
- Asteroid (2.00)
- Planet (4.00)
Markup
<!--link rel="stylesheet" href="/node_modules/xmeter/css/dist/-mt.css"/-->
<ul>
<li class="-mt-0">Point (0.00)</li>
<li class="-mt-q">Quark (0.25)</li>
<li class="-mt-h">Atom (0.50)</li>
<li class="-mt-1">Molecule (1.00)</li>
<li class="-mt-2">Asteroid (2.00)</li>
<li class="-mt-4">Planet (4.00)</li>
</ul>
Source:
_-mt.less
, line 7