I would like to have an image aligned to the left and a
<span class="badge badge-primary">v 2.1</span>
on the right, both centered within a <center>
tag.
Here is the code snippet:
<center>
<div class="card" style="margin-top: 5px; border-style: solid;
border-color: grey;
border-radius: 4px; border-width: 4px;">
<img src="../install/images/brand/logo_wide.webp" alt="Thos Host Billing Software"><span class="badge badge-primary">v 2.1</span>
<div class="container">
// something
</div>
</div>
</center>