Question: *How do I make full-width sections inside a container?*

Answer#

Escape with 100vw + translate centering, or structure sections outside the capped wrapper. undefined

Markup#

html
<section class="w-screen relative left-1/2 -translate-x-1/2 bg-slate-900 py-20">band</section>

Where to go deeper#

Cookbook · Layout patterns · Utilities reference

Tip. This answer targets Nakshora 1.0. The same question is answered version-appropriately in every other release — use the version switcher.