The last one in the margin, in this case on the left side, is set to auto. This should align it to the extreme right, but it's not working as expected. I'm curious about the reasoning behind this.
.follow-btn {
margin: 0 0 0 auto ;
}
<div class="follow-btn">
<button>Follow</button>
</div>