Wells

Wells are used to highlight specific information within a designated section of a page. This breaks up the flow of content on the page and helps to emphasize and set apart the content that is included.

Standard well

Well title

Lorem ipsum dolor sit amet, ei ius adhuc inani iudico, labitur instructior ex pri. Cu pri inani constituto, cum aeque noster commodo cu.

HTML code snippet

<div class="o-well">
    <h4>Well title</h4>
    <p>
        Lorem ipsum dolor sit amet, ei ius adhuc inani iudico, labitur
        instructior ex pri. Cu pri inani constituto, cum aeque noster commodo
        cu.
    </p>
</div>

Specs

  • Padding at breakpoints 601+: 30 (top), 30 (right) 60 (bottom), 30 (left)
  • Padding at breakpoints 600 and below: 30 (top), 15 (right), 60 (bottom), 15 (left)
  • Background color: 5% grey (#F7F7F7)
  • Border: 1px 50% grey (#BABBBD)
  • Single column content only.

    Schematic of well showing padding