dollcrds

h4izhe blue carrd fonts & animations

Mar 5th, 2024 (edited)
896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: roman;
  5. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  6. }
  7.  
  8. </style>
  9.  
  10. <style>
  11. @font-face {
  12. font-family: windows;
  13. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  14. }
  15.  
  16. </style>
  17.  
  18. <style>
  19.  
  20. @keyframes floating {
  21. 0% { transform: translate(0, 0px); }
  22. 50% { transform: translate(0, 15px); }
  23. 100% { transform: translate(0, -0px); }
  24. }
  25.  
  26. </style>
  27.  
  28. <style>
  29. #container06, #container07, #container08 {
  30. -webkit-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  31. animation: scale-up-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  32. }
  33.  
  34. /* ----------------------------------------------
  35. * Generated by Animista on 2024-3-4 21:12:40
  36. * Licensed under FreeBSD License.
  37. * See http://animista.net/license for more info.
  38. * w: http://animista.net, t: @cssanimista
  39. * ---------------------------------------------- */
  40.  
  41. /**
  42. * ----------------------------------------
  43. * animation scale-up-ver-bottom
  44. * ----------------------------------------
  45. */
  46. @-webkit-keyframes scale-up-ver-bottom {
  47. 0% {
  48. -webkit-transform: scaleY(0.4);
  49. transform: scaleY(0.4);
  50. -webkit-transform-origin: 0% 100%;
  51. transform-origin: 0% 100%;
  52. }
  53. 100% {
  54. -webkit-transform: scaleY(1);
  55. transform: scaleY(1);
  56. -webkit-transform-origin: 0% 100%;
  57. transform-origin: 0% 100%;
  58. }
  59. }
  60. @keyframes scale-up-ver-bottom {
  61. 0% {
  62. -webkit-transform: scaleY(0.4);
  63. transform: scaleY(0.4);
  64. -webkit-transform-origin: 0% 100%;
  65. transform-origin: 0% 100%;
  66. }
  67. 100% {
  68. -webkit-transform: scaleY(1);
  69. transform: scaleY(1);
  70. -webkit-transform-origin: 0% 100%;
  71. transform-origin: 0% 100%;
  72. }
  73. }
  74. </style>
Advertisement
Add Comment
Please, Sign In to add comment