[site][1] [1]: https://i.sstatic.net/CmQRP.png
Hey there, I'm trying to figure out how to center my two cards on the page. Can anyone help me with this?
<div>
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="img/v.jpg" alt="Card image cap" style="width: 286px; height: 180px;">
<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>
<div >
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="img/v.jpg" alt="Card image cap" style="width: 286px; height: 180px;">
<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>