Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. #preloader {
  2. position: fixed;
  3. display: table;
  4. text-align: center;
  5. width: 100%;
  6. height: 100%;
  7. top: 0;
  8. left: 0;
  9. background-color: rgba(255, 255, 255, 0.85);
  10. z-index: 999999999;
  11. }
  12.  
  13. #preloader .page-loading .item-icon {
  14. width: 40px;
  15. height: 40px;
  16. margin: auto;
  17. opacity: .9;
  18. border-right: 3px solid #e15d5d;
  19. border-bottom: 3px solid transparent;
  20. border-radius: 100%;
  21. -webkit-animation: spin 1s linear infinite;
  22. -moz-animation: spin 1s linear infinite;
  23. -o-animation: spin 1s linear infinite;
  24. animation: spin 1s linear infinite;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement