• Patterns
  • Slates

Light grey slate

Hi. I'm a light grey slate

You'll notice I have no padding by default. This is intentional.

Usage notes

Bars of horizontal background colours, grey by default. Meant for usage outside of wrappers etc. Control padding outside of it.

 
<div class="slate">
  <div class="wrapper">
    <h1>Hi. I&apos;m a light grey slate</h1>
    <p>
      You&apos;ll notice I have no padding by default. This is intentional.
    </p>
  </div>
</div>