Lil Regie's front-end workshop


Default block

A container for controlling the layout and spacing of content. Typically resides inside a Strap.

Example

0 375 640 768 1024

Open in a new window

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