Friday, August 7, 2015

Bootstrap buttons

                     Changing button styles using Bootstrap

Lets see how we can use inbuilt bootstrap class . In this short post I would be using button classes which could be useful.

By default button would not have any style. 
  •  "btn" : Applies css class to the button. 
  •  "btn-group" : Groups all the buttons in a div
  •  "btn-group-vertical" : Groups all the buttons in a div vertically






























 Display

  



  
















Button Menu with drop up and drop down
Note 

  1.  The anchor tag has class named "dropdown-toggle" and the data-toggle is "dropdown"
  2. For Drop up we have  we have to specify button group as "drop up"





Display 














This are few of the bootstrap classes which can be used for buttons

No comments:

Post a Comment