jesobreira

Center object in screen

Mar 11th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.10 KB | None | 0 0
  1. .centered {
  2.   position: fixed;
  3.   top: 50%;
  4.   left: 50%;
  5.   transform: translate(-50%, -50%);
  6. }
Add Comment
Please, Sign In to add comment