Advertisement
renix1

loader

Oct 12th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. html, body {
  2.     height: 100%;
  3. }
  4.  
  5. div.loader {
  6.     height: 100%;
  7.     width: 100%;
  8. }
  9.  
  10. .loader p {
  11.     font-family: 'Mina', sans-serif;
  12. }
  13.  
  14. .content {
  15.     height: 100%;
  16.     display: none;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement