1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 19:26:10 +04:00
Files
tabler/_includes/cards/border.html
2018-02-19 20:17:04 +01:00

8 lines
313 B
HTML

<div class="card border-{{ include.color }}">
<div class="card-body text-{{ include.color }}">
<h4 class="card-title">
{{ include.color | capitalize }} card title
</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>