Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. .background-spinner {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. z-index: 100;
  6. width: 100%;
  7. height: 100%;
  8. background: rgba(0, 0, 0, 0.4);
  9. }
  10.  
  11. .spinner {
  12. margin-left: auto;
  13. margin-right: auto;
  14. width: 150px;
  15. color: rgba(0, 0, 0, 1);
  16. text-align: center;
  17. margin-top: 20%;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement