Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <!-- Main Button -->
  2.  
  3. <button type="button" class="btn btn-primary btn-lg">Primary</button>
  4. <button type="button" class="btn btn-pink btn-lg">Secondary</button>
  5.  
  6. <!-- Secondary Button -->
  7.  
  8. <button type="button" class="btn btn-default">Default</button>
  9. <button type="button" class="btn btn-red">Red</button>
  10. <button type="button" class="btn btn-green">Green</button>
  11. <button type="button" class="btn btn-blue">Blue</button>
  12. <button type="button" class="btn btn-yellow">Yellow</button>
  13. <button type="button" class="btn btn-purple">Purple</button>
  14. <button type="button" class="btn btn-link">Link</button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement