In margin the last one is for left in this case, and therefore in this situation it is given as auto.So it should be at its extreme right. But its not happening. I want to know the logic behind this.
.follow-btn {
margin: 0 0 0 auto ;
}
<div class="follow-btn">
<button>Follow</button>
</div>