The Structure

In Protocol 4, the structure is the foundation upon which all else is built.

It's a grid, a framework, a skeleton.

Without it, we'd be nothing but a jumbled mess of pixels.

Hyperlinks:

Layer 3: The Grid

Layer 4: The Frame

Layer 5: The Skin

/* structure.css */ .box { border: 4px solid black; border-radius: 0; background-color: #000000; padding: 8px; color: white; font-size: 18pt; } h1.box { font-size: 24pt; } p.box { margin-bottom: 16px; }