Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <img src="/assets/img/ny1.png" class="girlyanda">
  2. <style>
  3. .snowfall-flakes {
  4. background: rgba(255,255,255,0.4) !important;
  5. }
  6. .topbar .profile {
  7. background: url(assets/img/ny2.png) rgba(255,255,255,0.03) center/150%;
  8. background-position: 0 -150px;
  9. }
  10. .logo {
  11. position: relative;
  12. }
  13. @media screen and (min-width: 1700px) {
  14. .logo--fit {
  15. position: absolute;
  16. top: unset;
  17. left: 5%;
  18. }
  19. }
  20.  
  21. .girlyanda {
  22. position: fixed;
  23. top: 0;
  24. width: 100%;
  25. transform: translateY(-70%);
  26. user-select: none;
  27. }
  28.  
  29. .logo::before {
  30. content: '';
  31. position: absolute;
  32. top: -0.55em;
  33. left: -0.6em;
  34. width: 1.7em;
  35. height: 1.7em;
  36. background: url(assets/img/ny3.png) no-repeat center/contain;
  37. transform: scaleX(-1);
  38. }
  39. </style>
  40. <script>
  41. $(document).snowfall({
  42. flakeCount: 350,
  43. minSize: 4,
  44. maxSize:7,
  45. minSpeed: 1,
  46. maxSpeed: 4,
  47. round: true,
  48. shadow: false,
  49. });
  50. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement