Block

Block is an element designed to help separate content from it's neighbors by specific amounts.

Block shortcode arguments
topTop margin.
rightRight margin.
bottomBottom margin.
leftLeft margin.
allEven margin from all directions, overrides other arguments.
unitMargin units (default: em).
Block
Block
Block with classes
Separated block
Block
<block>Block</block>
<block custom_class>Block with classes</block>
<block top="3">Separated block</block>
<block left="1">Block</block>
Block
Block
<block all="30" unit="px">Block</block>
Notes
30px margin in all directions.