1. Layout

Two column fixed Complete

Two column layout with sidebar stays locked to the viewport

Two column fixed orc-l-page-layout orc-l-page-layout--two-column-fixed
  • 
    
    <div class="orc-l-page-layout orc-l-page-layout--two-column-fixed">
    
      <div class="orc-l-page-layout__secondary">
        <!-- 'fpo' stands for 'for placement only'. Replace the 'fpo-block' div element with your own markup-->
        <div class="fpo-block">Secondary</div>
      </div>
      <!-- end orc-l-page-layout__secondary -->
    
      <div class="orc-l-page-layout__main">
        <div class="fpo-block fpo-block--dark">Main (scroll to see effect)</div>
      </div>
      <!-- end orc-l-page-layout__main -->
    
    </div>
    <!-- end l-two-column-fixed -->

Usage

When to use

Usage description.

When to consider an alternative

Alternative usage.

Class Name Description
c-hero
Required

Apply to the hero block’s containing HTML element. This class sets up the background-image handling and text color for the unit. The c-hero element should have just one immediate child, the c-hero__body element. Note, too, that the unit’s hero image should be applied as a background image to this c-hero element.