Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. body, html { margin: 0; min-height: 100vh; display: flex; flex-direction: column;}
  2.  
  3. .container {
  4. text-align: center;
  5. width: 100%;
  6. background: #ccc;
  7. flex: 1;
  8. }
  9.  
  10. .btn button {
  11. background: blue; width: 100%;
  12. position: fixed;
  13. bottom: 0;
  14. left: 0;
  15. padding: 30px;
  16. box-sizing: border-box;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement