Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1.  
  2. .btn-group {
  3.     margin: auto;
  4.     width: 100px;
  5.     margin-top: 500px;
  6.     padding: 10px;
  7. }
  8.  
  9. .description-message {
  10.     text-align: center;
  11.     display: table;
  12.     margin-right: auto;
  13.     margin-left: auto
  14. }
  15.  
  16. .btn btn-light {
  17.     text-align: center;
  18.     display: table;
  19.     margin-right: auto;
  20.     margin-left: auto
  21. }
  22.  
  23. .btn-group {
  24.     bottom: 0px;
  25.     display: flex;
  26.     justify-content: center;
  27.     align-items: center;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement