Guest User

Untitled

a guest
Jun 25th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. PUG
  2. .auth
  3. .auth_block
  4.  
  5. SCSS
  6. .auth {
  7. background: grey;
  8. position: absolute;
  9. top: 0;
  10. right: 0;
  11. bottom: 0;
  12. left: 0;
  13. text-align: center;
  14. &:before {
  15. content:"";
  16. display: inline-block;
  17. height: 100%;
  18. width: 0;
  19. vertical-align: middle;
  20. }
  21. }
  22. .auth_block {
  23. width: 200px;
  24. height: 200px;
  25. background: yellow;
  26. display: inline-block;
  27. vertical-align: middle;
  28. }
Add Comment
Please, Sign In to add comment