Advertisement
awchjimmy

vertical align css

Nov 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. html, body {
  2.     width: 100%;
  3.     height: 100%;
  4.     margin: 0;
  5.     padding: 0;
  6. }
  7.  
  8. body {
  9.     display: flex;
  10.     align-items: center;
  11.     justify-content: center;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement