-
Notifications
You must be signed in to change notification settings - Fork 2
Card Templates
PK0207 edited this page Feb 11, 2021
·
3 revisions
If necessary, remove the
<img ... >
The card columns is optional
<div class='card-columns'>
<div class="card news-card">
<div class="card-header"></div>
<img class="card-img-top" src="IMAGE LINK">
<div class="card-body">
<h4 class="headline">TITLE GOES HERE</h4>
<p class="news-text">
Here's a short blurb of text describing an event or other news making up the main body of the news card!
<p class="news-text">Here's a second paragraph, containing additional information. Make this as long or short as you like.</p>
</div>
<div class="card-footer text-muted">XX January 2021</div>
</div>
</div>