Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. body{
  2. background: rgb(145,232,223);
  3. background: linear-gradient(180deg, rgba(145,232,223,1) 0%, rgba(58,180,148,1) 30%, rgba(15,15,158,1) 70%, rgba(2,0,36,1) 100%);
  4. cursor: url(http://i.imgur.com/pg9xw.png), auto;
  5. }
  6.  
  7. .aurel {
  8. position: fixed;
  9. bottom: -15px;
  10. left: 36vh;
  11. z-index: 3;
  12. }
  13.  
  14. .titleinfo {
  15. position: fixed;
  16. bottom: 40px;
  17. left: 90vh;
  18. z-index: 3;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement