Skip to main content
DS nav
DS nav
Use Box zone="full" subgrid around a box inset โœ“
<Box
      zone="full"
      subgrid
      style="outline: 3px solid blue; background-color: var(--orange-2);">
      <Box
        zone="inset-content"
        style="outline: 3px solid green;background-color: var(--neutral-1);">
        Use <code>Box zone="full" subgrid</code> around a box inset โœ“
      </Box>
    </Box>

full โ€” text above

inset-content width via .content-wrapper--inset-content
<Box zone="full" style="outline: 3px solid orange;">
      <p>full โ€” text above</p>
      <div
        class="content-wrapper--inset-content"
        style="outline: 3px dashed green;">
        inset-content width via .content-wrapper--inset-content
      </div>
    </Box>

some text above

narrower content
full
Tom Hermans

Box with texture

This site is under construction, and basically my playground for web technology.

 <Box zone="inset-content defer-render">
        <div class="mt-16 md:mt-0 scroll-reveal">
          <Heading as="h2" class="mb-10">Box with texture</Heading>
          <Picture />
          <Text as="p" size="3" fontFamily="comic" class="mt-8 text-uppercase"
            >This site is under construction, and basically my playground for
            web technology.
          </Text>
        </div>
      </Box>
    </Box>

Let's Talk

Tom avatar

Get in touch

I work at the intersection of design and code.
Interested? Hit me up.
tomhermans@gmail.com

Copyright ยฉ 2026 Tom Hermans. Made by Tom Hermans .

All rights reserved 2026 inc Tom Hermans