Social Icons

twitter facebook google plus

Pages

Wednesday 1 April 2015

Journey With Bootstrap : Day 4 (Dropdown Buttons)

As I promised in Day 3 of our journey that in my next article I'll explain Bootstrap Dropdown Buttons so here I'll explain Bootstrap Dropdown on Day 4 of our journey.
Syntax of Button
  1. <button type="button" class="btn btn-size">  
  2. <span class="glyphicon glyphicon-name"></span></button>  
  • Default
  • Info
  • Primary
  • Danger
  • success
  • warning

  •  Default Button Syntax
    1. <button type=”button” class=”btn btn-default btn-size”>  
    2. Default  
    3. </button>  
    Info Button Syntax
    1. <button type=”button” class=”btn btn-Info btn-size”>  
    2. Info  
    3. </button>  
    Primary Button Syntax
    1. <button type=”button” class=”btn btn-primary btn-size”>  
    2. Primary  
    3. </button>  
    Danger Button Syntax
    1. <button type=”button” class=”btn btn-Danger btn-size”>  
    2. Danger  
    3. </button>  
    Success Button Syntax
    1. <button type=”button” class=”btn btn-Success btn-size”>  
    2. Success  
    3. </button>  
    Warning Button Syntax
    1. <button type=”button” class=”btn btn-Warning btn-size”>  
    2. Warning  
    3. </button>  

No comments:

Post a Comment

 

OUR VISION

think different

ABOUT US