Answer: Here we added btn-block class which is responsible to create the block buttons in our web page.
Example:
<div>
<button type="button" class="btn btn-success btn-block">Accept</button>
<button type="button" class="btn btn-danger btn-block">Decline</button>
</div>
Asked In: Many Interviews |
Alert Moderator