Guest User

Untitled

a guest
May 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #sidebar {
  2. position:fixed;
  3.  
  4. top:0px;
  5. right:0px;
  6. width:45%;
  7. height:100%;
  8. background:#1a1a1a;
  9. text-align:center;
  10. transform-origin:right;
  11. transform:perspective(1200px) rotateY(90deg);
  12. transition:all 400ms ease;
  13. z-index: 2000;
  14. font-family:'Lora', serif;
  15.  
  16. #sidebar {
  17. position:fixed;
  18. top:0px;
  19. right:0px;
  20. width:45%;
  21. display: block;
  22. height: 100%
  23. min-height:100%;
  24. background:#1a1a1a;
  25. text-align:center;
  26. transform-origin:right;
  27. transform:perspective(1200px) rotateY(90deg);
  28. transition:all 400ms ease;
  29. z-index: 2000;
  30. font-family:'Lora', serif;
Add Comment
Please, Sign In to add comment