Space
Simple block element for creating space in the page. Use the debug-space
class in the document <body>
to reveal space blocks, as in the above example.
evo-space
<div class="evo-space"></div>
Place a <div>
tag in the page where you want negative space between floating elements, and apply the evo-space
class.
evo-margin
<div class="evo-margin"></div>
Place a <div>
tag on the element for which you want negative space at the bottom on the outside, and apply the evo-margin
class.
evo-padding
<div class="evo-padding"></div>
Place a <div>
tag on the element for which you want negative space at the bottom inside portion, and apply the evo-padding
class.