templates
  
 Posted in   
       321
      12:13 am, October 8, 2021 
      bootstrap list group card with footer
a list group within a card and also a footer on the card for additional links.
bootstrap list group card with footer Demo
View Demo Full Screen View Demo New Tab
bootstrap list group card with footer Code
HTML
<!-- list-group-card-footer.html -->
<div class='card mb-3'>
  <h5 class='card-header'>[@title]</h5>
  <div class='card-body'>
    <div class="list-group">
      [@content]
    </div>
  </div>
  <div class='card-footer'>
    [@footer]
  </div>
</div>Scripts
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-dark-5@1.0.1/dist/css/bootstrap-dark.min.css" />
  Add Comment
Other Items in templates
Related Search Terms
Other Categories in Code
php functions
  
php functions
  
php functions