Advertisement
ala2621

Vertical Center CSS

Nov 20th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /*if without line break */
  2. display: flex;
  3. align-items: center;
  4.  
  5. /*if with line break USE THIS REGARDLESS*/
  6. display: flex;
  7. justify-content: center;
  8. flex-direction: column;
  9. text-align: center;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement