Guest User

Untitled

a guest
Jan 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div class="button">
  2. <button type="button" class="btn btn-primary">Primary</button>
  3. <button type="button" class="btn btn-secondary">Secondary</button>
  4. </div>
  5.  
  6. <style>
  7. .button{
  8. display: flex;
  9. }
  10. .button > button{
  11. display: inline-block;
  12. }
  13. </style>
Add Comment
Please, Sign In to add comment