1. Utilities

Text Complete

Setting text alignment

Text align center orc-u-text-align-center

Text description

Text align right orc-u-text-align-right

Text description

Text transform uppercase orc-u-text-uppercase

Text description

  • 
    
    <!-- 'fpo' stands for 'for placement only'. 'fpo-block' should be ignored-->
    <div class="orc-u-text-align-center fpo-block">
      Text align center
    </div>
  • 
    
    <!-- 'fpo' stands for 'for placement only'. 'fpo-block' should be ignored-->
    <div class="orc-u-text-align-right fpo-block">
      Text align right
    </div>
  • 
    
    <!-- 'fpo' stands for 'for placement only'. 'fpo-block' should be ignored-->
    <div class="orc-u-text-uppercase fpo-block">
      Text transform uppercase
    </div>