ZukoHiyama

red feather profile

May 1st, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Fondamento&display=swap');
  3. body {
  4. background-color: #000;
  5. background-image: url('https://i2.pickpik.com/photos/988/147/824/texture-wood-wall-brown-preview.jpg') ;
  6. background-position: fixed;
  7. background-size: 100%;
  8. background-repeat:no-repeat;
  9. background-position: center;
  10. font-family: ;
  11.  
  12. }
  13.  
  14.  
  15. .flicker{
  16. position: fixed;
  17. top: 0vw;
  18. left: -30vw;
  19. opacity: 1;
  20. z-index: 3;
  21. animation: light 7s infinite;
  22.  
  23. animation-delay: 0s;
  24. }
  25.  
  26. .picture{
  27. position: fixed;
  28. top: 5vw;
  29. left: 60vw;
  30. opacity: 1;
  31. transform: rotate(1deg);
  32. z-index: 0;
  33.  
  34. }
  35.  
  36. .pictureback{
  37. position: fixed;
  38. top: 3vw;
  39. left: 56vw;
  40. opacity: 1;
  41. transform: rotate(1deg);
  42. z-index: -1;
  43. filter: brightness(0) blur(10px);
  44. animation: lightback 7s infinite;
  45. animation-delay: 0s;
  46. }
  47.  
  48. .poster{
  49. position: fixed;
  50. top: -7vw;
  51. left: 12vw;
  52. opacity: 1;
  53. transform: rotate(-1deg);
  54. z-index: 0;
  55. }
  56.  
  57. .posterback{
  58. position: fixed;
  59. top: -5vw;
  60. left: 11vw;
  61. opacity: 1;
  62. transform: rotate(-1deg);
  63. z-index: -1;
  64.  
  65. filter: brightness(0) blur(10px);
  66. animation: lightback2 7s infinite;
  67. animation-delay: 0s;
  68. }
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. @keyframes light{
  76. 0% { top: -50vw; }
  77.  
  78. 50% { top: -40vw; }
  79.  
  80. 100% { top: -50vw; }
  81. }
  82.  
  83. @keyframes lightback{
  84. 0% { top: 3vw; }
  85.  
  86. 50% { top: 0vw; }
  87.  
  88. 100% { top: 3vw; }
  89. }
  90.  
  91. @keyframes lightback2{
  92. 0% { left: 9vw; }
  93.  
  94. 50% { left: 11vw; }
  95.  
  96. 100% { left: 9vw; }
  97. }
  98.  
  99.  
  100. </style>
  101. <body>
  102.  
  103. <div class="flicker">
  104. <img src="https://i.ibb.co/WPZP3BP/flickertest2.png" width="5000">
  105.  
  106. </div>
  107.  
  108. <div class="picture">
  109. <img src="https://i.ibb.co/fYfQJmY/redfeatherframetest2.png" width="600">
  110. </div>
  111.  
  112. <div class="pictureback">
  113. <img src="https://i.ibb.co/fYfQJmY/redfeatherframetest2.png" width="650">
  114. </div>
  115.  
  116. <div class="poster">
  117. <img src="https://i.ibb.co/hKd93yC/redfeatherposterbutbetter.png" width="550">
  118. </div>
  119.  
  120. <div class="posterback">
  121. <img src="https://i.ibb.co/hKd93yC/redfeatherposterbutbetter.png" width="600">
  122. </div>
  123.  
  124.  
  125. </body>
  126. </body>
Advertisement
Add Comment
Please, Sign In to add comment