Default block
A container for controlling the layout and spacing of content. Typically resides inside a Strap.
Example
Code sample
1
2
3
4
5
6
<div class="block">
<p>
The quick brown fox jumps over the lazy dog.<br>
Sphinx of black quartz, judge my vow. Pack my box with five dozen liquor jugs.
</p>
</div>
Source files