Full-Bleed Bands, Constrained Content
Paint the outer section edge to edge. Keep reading width inside the shared container.
Paint the outer section edge to edge. Keep reading width inside the shared container.
Background reaches the viewport edges. Copy stays on the container track.
Alternating band colour creates section rhythm without inventing a new layout each time.
Same container class — third reuse on one page.
<section class="band">
<div class="section-container">…</div>
</section>
<section class="band-alt">
<div class="section-container">…</div>
</section>