Arches: ACC & Bootstrap

Arches:ACC & Bootstrap

Multi Product Brand Style System by the American College of Cardiology

Example

Default styling

Hero Statement Mision of the Page

NOTE:
The Page Title Treatment component is ideal for styling and emphasizing page titles. The "font-color" modifier can be applied to customize the font color of the page title. This component is commonly used in MicroSites to provide a special impact and lightly brand them as a contained experience.
<h1 data-item="hero-title"
  class=" c_white isolation_isolate relative">
  <span class="display_none:md"><a href="#RootPage" class="h:c_white h:underline font_bold c_white-8 expanded-click-area h:c_white"><i class="fas fa-solid fa-arrow-left m-l_n3" aria-hidden="true"></i></a></span>
  <span class="text">Hero</span>
  <span class="text">Statement</span>
  <span class="text">Mision</span>
  <span class="text">of </span>
  <span class="text">the</span>
  <span class="text">Page</span>
</h1>
Copy Code