I created two buttons and aligned them to the right side of the page, but they are stuck together without any space in between. I tried adding a margin of 30px, but they both moved together.
<button type="button" class="btn btn-primary" style="float: right; margin-right: 30px;">Login</button>
<button type="button" class="btn btn-secondary" style="float: right; margin-left: 30px;">Register</button>
Below is an image of the two buttons I created: