I'm attempting to divide this image in half and display the designed area on a card. Here is a screenshot for reference, but I'm unsure of how to achieve it:
https://i.sstatic.net/7nNO4.png
Below is the code I have so far:
<div class="card">
<img class="card-img-top" src="source" alt="icon">
<div class="card-body">
<h4 class="card-title">Card Title</h4>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipsicing elit. Illo, quas.</p>
<a class="btn btn-success btn-block" href="#">Read More</a>
</div>
</div>