laciikee

Untitled

Jun 22nd, 2022
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1.  
  2. <div id="hellopreloader">
  3. <div class="content">
  4.  
  5. <div class="L-del1 del"></div>
  6. <div class="L-del2 del"></div>
  7.  
  8. </div>
  9.  
  10. <p class="second_text"> LakyForexGT</p>
  11. <style>
  12. body {
  13. background: black;
  14. align-items: center;
  15. }
  16. .content {
  17. margin: auto;
  18. width: 300px;
  19. height: 300px;
  20. display: flex;
  21. padding: 100px;
  22. padding-top: 200px;
  23. }
  24.  
  25. .del {
  26. background: rgb(255,255,255);
  27. background: linear-gradient(298deg, rgba(255,255,255,1) 44%, rgba(1,1,255,1) 86%);
  28. }
  29.  
  30.  
  31. .second_text{
  32. font-size: 30px;
  33. color: blue;
  34. font-weight: bold;
  35. font-family: sans-serif;
  36. position: relative;
  37. display: block;
  38. text-align: center;
  39. margin-top:4%;
  40. font-size: 100px;
  41. margin-left: 0%;
  42. opacity:0;
  43. animation:second_text_anim 4s linear 4s ;
  44.  
  45.  
  46. }
  47. @media only screen and (max-width: 600px) {
  48. .second_text{
  49. font-size: 30px;
  50. color: blue;
  51. font-weight: bold;
  52. font-family: sans-serif;
  53. position: relative;
  54. display: block;
  55. text-align: center;
  56. margin-top:9%;
  57. font-size: 40px;
  58. margin-left: 0%;
  59. opacity:0;
  60. animation:second_text_anim 4s linear 4s ;
  61.  
  62.  
  63. }
  64.  
  65. }
  66.  
  67.  
  68.  
  69. .L-del1 {
  70. width: 60px;
  71. height: 290px;
  72. margin-right: 10px;
  73. margin: 0 0 10px 30px;
  74. animation: L-del1 4s linear;
  75. opacity:0;
  76. animation:second_text_anim 4s linear 0s ;
  77. }
  78. .L-del2 {
  79. width: 150px;
  80. height: 60px;
  81. margin: 228px 0 0 -60px;
  82. transform: skewY(-2deg);
  83. animation: L-del2 4s linear 0s;
  84. box-shadow: 0 2px 30px 1px black;
  85. opacity:0;
  86. z-index: 2;
  87. }
  88.  
  89.  
  90.  
  91. /* ANIMATIONER */
  92.  
  93. @keyframes L-del1 {
  94. 0% {
  95. height: 0;
  96. }
  97. 20% {
  98. height: 0;
  99. }
  100. 33% {
  101. height: 290px;
  102. }
  103. 50% {
  104. height: 300px;
  105. }
  106. 100% {
  107. height: 390px;
  108. }
  109. }
  110. @keyframes L-del2 {
  111. 0% {
  112. width: 0;
  113. }
  114. 20% {
  115. width: 0;
  116. }
  117. 33% {
  118. width: 150px;
  119. }
  120. 50% {
  121. width: 250px;
  122. }
  123. 100% {
  124. width: 280px;
  125. }
  126.  
  127. 50% {
  128. opacity: 1;
  129. }
  130. }
  131.  
  132. @keyframes second_text_anim {
  133. 50% {
  134. opacity: 1;
  135. }
  136. }
  137.  
  138. </style>
  139.  
  140.  
  141. </div>
Advertisement
Add Comment
Please, Sign In to add comment