Posted in templates
3087
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. 

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" />
[@title]
[@content]

View Statistics
This Week
33
This Month
263
This Year
318

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
You drown not by falling in the river, but by staying submerged.
Unknown
Random CSS Property

text-align

The text-align CSS property sets the horizontal alignment of the content inside a block element or table-cell box. This means it works like vertical-align but in the horizontal direction.
text-align css reference