Advertisement
Guest User

Untitled

a guest
May 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .container{
  2. width: 100%;
  3. }
  4.  
  5. .foo{
  6. width: auto;
  7. position: absolute;
  8. left: 50%;
  9. top: 50%;
  10. transform: translate(-50%,-50%) !important;
  11. }
  12.  
  13. .img{
  14. position: absolute;
  15. width: 200px;
  16. user-select: none;
  17. }
  18.  
  19. .elevate{
  20. z-index: 1;
  21. transition: all 0.6s ease-out;
  22. }
  23.  
  24. .elevate-locale{
  25. position: absolute;
  26. top: 50px;
  27. }
  28.  
  29. .elevate-locale.left{
  30. margin-left: 60px;
  31. }
  32.  
  33. .elevate-locale.right{
  34. margin-right: 60px;
  35. }
  36.  
  37. .elevate-locale.center{
  38. margin-left: 0;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement