Featured content

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. They are generally used on browse, learn, and document detail pages.

Types

Well

Heading

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

HTML code snippet

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

<ul class="m-list m-list__links">
    <li class="m-list_item">
        <a class="m-list_link" href="#">Call-to-action link</a>
    </li>
</ul>
</div>

Specs

  • Border: 1px, Gray 40 (#b4b5b6)
  • Background color: Gray 5 (#f7f7f7)
  • Padding at breakpoints 601+: 30 (top), 30 (right) 30 (bottom), 30 (left)
  • Padding at breakpoints 600 and below: 30 (top), 15 (right), 30 (bottom), 15 (left)
  • Single column content only.

Inkwell DEPRECATED

The inkwell was originally developed for use on the cf.gov home page, but was not implemented.

Inkwell modifier

This is a tagline inside an inkwell.

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

HTML code snippet

<div class="o-well o-well__inkwell">
    <p class="h4">Inkwell modifier</p>

    <div class="a-tagline a-tagline__xlarge">
        <span class="u-usa-flag"></span>
        <div class="a-tagline_text">
          This is a tagline inside an inkwell.
        </div>
    </div>

    <p>
        Lorem ipsum dolor sit amet, ei ius adhuc inani iudico, labitur
        instructior ex pri. Cu pri inani constituto, cum aeque noster commodo
        cu. <a href="#">Example link</a>.
    </p>
</div>