Advertisement
rodro1

Vertically Allignment css

May 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.10 KB | None | 0 0
  1. body, html { height: 100%; }
  2. body {
  3.     display:flex;
  4.     justify-content: center;
  5.     align-items:center;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement