Standard card single item with partition

Core element

  1. Heading
  2. Sub-heading and content
  3. Horizontal line
  4. Area for more information
<!-- COMPONENT: Standard card with horizontal line-->
 <div class="card standard-card single-item">
     <h3>Home, Island and EU students</h3>
     <div class="card-inner">
         <h4>Tuition fee for the academic year 2020/21</h4>
         <p class="course-fee">£9,250</p>
         <hr aria-hidden="true">
         <h4>Legal information</h4>
         <p>UK undergraduate fees are regulated by the government. These fees are subject to parliamentary approval.</p>
         <p>If you are an EU undergraduate student starting your studies in or before 2020/21, your fees will be the same as the UK undergraduate fee for the length of your course.</p>
     </div>
 </div>
 <!-- End component: Standard card with horizontal line -->
  • Handle: @standard-card-with-partition
  • Preview:
  • Filesystem Path: components/ingredients/common-ingredients/cards/standard-card-with-partition/standard-card-with-partition.hbs