Untitled
unknown
plain_text
3 years ago
592 B
12
Indexable
<div class = "mt-4">
<div class = "row">
<div class="col-sm-6 col-lg-4">
<div class="card" >
<img class="card-img-top" src="..." alt="Card image cap">
<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>Editor is loading...