How do we create Block Buttons in Bootstraps ?

 Posted by Vivek.Ramapuram on 5/19/2015 | Category: Bootstrap Interview questions | Views: 2139 | Points: 40
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 

Comments or Responses

Login to post response