7.2 #Atoms.margin-bottom margin-bottom
Set the margin-bottom
property on an element,
or margin-block-end
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/-mb.css"/-->
<ul>
<li class="-mb-0">Point (0.00)</li>
<li class="-mb-q">Quark (0.25)</li>
<li class="-mb-h">Atom (0.50)</li>
<li class="-mb-1">Molecule (1.00)</li>
<li class="-mb-2">Asteroid (2.00)</li>
<li class="-mb-4">Planet (4.00)</li>
</ul>
Source:
_-mb.less
, line 7