mixue

cr rosettas on whi (pro standard)

Aug 25th, 2022 (edited)
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. #text01 {
  2. text-shadow: -1px 0 #4170CC, 0 5px #4170CC, 5px 0 #4170CC, 0 -1px #4170CC, 0 0;
  3. font-family:bratsy;
  4. z-index: 3;
  5. -webkit-animation: pop 1s ease-in-out infinite alternate;
  6. animation: pop 1s ease-in-out infinite alternate;
  7. -moz-animation: pop 1s ease-in-out infinite alternate;
  8. }
  9.  
  10. @keyframes pop {
  11. from {
  12. transform:scale(0.95)
  13. }
  14.  
  15. 50% {
  16. transform:scale(1)
  17. }
  18.  
  19. to {
  20. transform:scale(0.95)
  21. }
  22. }
  23.  
  24. @-webkit-keyframes pop {
  25. from {
  26. -webkit-transform:scale(0.95)
  27.  
  28. }
  29.  
  30. 50% {
  31. -webkit-transform:scale(1)
  32.  
  33. }
  34.  
  35. to {
  36. -webkit-transform:scale(0.95)
  37.  
  38. }
  39. }
  40.  
  41.  
  42. #text02 {
  43. background: #FFF9F0;
  44. border-radius: 15px;
  45. height: 4em;
  46. width: 8em;
  47. padding: 10px;
  48. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  49. z-index: 2;
  50. }
  51.  
  52. #text03 {
  53. text-shadow: -1px 0 #4170CC, 0 5px #4170CC, 5px 0 #4170CC, 0 -1px #4170CC, 0 0;
  54. font-family:bratsy;
  55. -webkit-animation: pop 1s ease-in-out infinite alternate;
  56. animation: pop 1s ease-in-out infinite alternate;
  57. -moz-animation: pop 1s ease-in-out infinite alternate;
  58. }
  59.  
  60. @keyframes pop {
  61. from {
  62. transform:scale(0.95)
  63. }
  64.  
  65. 50% {
  66. transform:scale(1)
  67. }
  68.  
  69. to {
  70. transform:scale(0.95)
  71. }
  72. }
  73.  
  74. @-webkit-keyframes pop {
  75. from {
  76. -webkit-transform:scale(0.95)
  77.  
  78. }
  79.  
  80. 50% {
  81. -webkit-transform:scale(1)
  82.  
  83. }
  84.  
  85. to {
  86. -webkit-transform:scale(0.95)
  87.  
  88. }
  89. }
  90.  
  91.  
  92. #text04 {
  93. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  94. }
  95.  
  96. #image01 {
  97. transform: rotate(330deg);
  98. z-index: 4;
  99. }
  100.  
  101. #image02 {
  102. filter: drop-shadow(8px 0px #D2A1F0);
  103. }
  104.  
  105. #image03 {
  106. filter: drop-shadow(-8px 0px #D2A1F0);
  107. }
  108.  
Advertisement
Add Comment
Please, Sign In to add comment