laciikee

loader

Jun 9th, 2022 (edited)
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <div id="hellopreloader">
  2. <h2 class="animate">LakyForexGT.sk</h2>
  3. </div>
  4. <style>
  5. @keyframes load {
  6. 0%{
  7. opacity: 0.08;
  8. /* font-size: 10px; */
  9. /* font-weight: 400; */
  10. filter: blur(5px);
  11. letter-spacing: 3px;
  12. }
  13. 100%{
  14. /* opacity: 1; */
  15. /* font-size: 12px; */
  16. /* font-weight:600; */
  17. /* filter: blur(0); */
  18. }
  19. }
  20.  
  21. .animate {
  22. display:flex;
  23. justify-content: center;
  24. align-items: center;
  25. height:100%;
  26. margin: auto;
  27. /* width: 350px; */
  28. /* font-size:26px; */
  29. font-family: Helvetica, sans-serif, Arial;
  30. animation: load 1.2s infinite 0s ease-in-out;
  31. animation-direction: alternate;
  32. text-shadow: 0 0 1px white;
  33. font-size: 72px;
  34. background: -webkit-linear-gradient(blue, #fff);
  35.  
  36. }
  37. body, html{
  38. height: 96vh;
  39. background-color: #111;
  40. color: white;
  41. }
  42. </style>
Add Comment
Please, Sign In to add comment