Guest User

Untitled

a guest
Oct 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #container {
  2. display: table;
  3. position: relative;
  4. width:100%;
  5. height:100%;
  6. position:absolute;
  7. }
  8. #logo {
  9. display: table-cell;
  10. position: relative;
  11. vertical-align: middle;
  12. text-align: center;
  13. font-size: 200px;
  14. }
Add Comment
Please, Sign In to add comment