• Patterns
  • Boxes

Padded box

Consumer Price Inflation

  • The Consumer Prices Index (CPI) grew by 1.5%
  • Falls in transport services costs, notably air fares
 
<article class="box box--padded">
  <header class="box__header">
    <h3 class="gamma">
      Consumer Price Inflation
    </h3>
  </header>
  <!-- /box__header -->
  <div class="box__content">
    <ul class="list--bullet">
      <li>The Consumer Prices Index (CPI) grew by 1.5%</li>
      <li>Falls in transport services costs, notably air fares</li>
    </ul>
    <!--  /list-bullet -->
  </div>
  <!-- /box__content -->
  <footer class="box__footer box__actions">
    <a class="btn btn--primary btn--small btn--narrow" href="#">
      Download .xls
      <span class="icon icon-download icon--button-inline"></span>
    </a>
  </footer>
</article>