I am attempting to create two columns with space between them, but whenever I try to add a margin-right, one of the columns goes down. Can someone please assist me?
<div class=row>
<div class="boxi col-6">
Content here
</div>
<div class="boxi col-6">
Content here
</div>
</div>