Guest User

Untitled

a guest
Feb 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Btn-group</title>
  7. </head>
  8. <body>
  9.  
  10. <button>Join Group</button>
  11.  
  12. <p></p>
  13.  
  14.  
  15. <div class="btn-group">
  16. <button>Join Group</button>
  17. <button>Leave Group</button>
  18. </div>
  19.  
  20. <div class="btn-group">
  21. <button>Join Group</button>
  22. <button>Join Group</button>
  23. <button>Join Group</button>
  24. </div>
  25.  
  26. <div class="btn-group">
  27. <button>Join Group</button>
  28. <button>Join Group</button>
  29. <button>Join Group</button>
  30. <button>Join Group</button>
  31. </div>
  32.  
  33. </body>
  34. </html>
Add Comment
Please, Sign In to add comment