51 lines
1.8 KiB
HTML
51 lines
1.8 KiB
HTML
|
|
<div class="container">
|
||
|
|
<div class="row gx-5">
|
||
|
|
<div class="col-4">
|
||
|
|
<div class="card">
|
||
|
|
<div class="card-body">
|
||
|
|
<h5 class="card-title">Card title</h5>
|
||
|
|
<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>
|
||
|
|
<ul class="list-group list-group-flush">
|
||
|
|
<li class="list-group-item">An item</li>
|
||
|
|
<li class="list-group-item">A second item</li>
|
||
|
|
<li class="list-group-item">A third item</li>
|
||
|
|
</ul>
|
||
|
|
<div class="card-body">
|
||
|
|
<a href="#" class="card-link">Card link</a>
|
||
|
|
<a href="#" class="card-link">Another link</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="col-4">
|
||
|
|
<div class="card border">
|
||
|
|
<div class="card-body">
|
||
|
|
<h5 class="card-title">Card with border</h5>
|
||
|
|
<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>
|
||
|
|
<ul class="list-group list-group-flush">
|
||
|
|
<li class="list-group-item">An item</li>
|
||
|
|
<li class="list-group-item">A second item</li>
|
||
|
|
<li class="list-group-item">A third item</li>
|
||
|
|
</ul>
|
||
|
|
<div class="card-body">
|
||
|
|
<a href="#" class="card-link">Card link</a>
|
||
|
|
<a href="#" class="card-link">Another link</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="col-4">
|
||
|
|
<div class="card border">
|
||
|
|
<img src="../../images/sample.jpg" class="card-img-top" alt="">
|
||
|
|
<div class="card-body">
|
||
|
|
<h5 class="card-title">Card title</h5>
|
||
|
|
<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>
|
||
|
|
<a href="#" class="btn btn-primary">Go somewhere</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|