mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
11 lines
416 B
HTML
11 lines
416 B
HTML
<div class="card">
|
|
<div class="card-body">
|
|
<h4 class="card-title">Card title</h4>
|
|
<h6 class="card-subtitle">Card subtitle</h6>
|
|
<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>
|
|
<a href="javascript:void(0)" class="card-link">Card link</a>
|
|
<a href="javascript:void(0)" class="card-link">Another link</a>
|
|
</div>
|
|
</div>
|
|
</div> |