Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face {
- font-family: roman;
- src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
- }
- </style>
- <style>
- @font-face {
- font-family: windows;
- src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
- }
- </style>
- <style>
- @keyframes floating {
- 0% { transform: translate(0, 0px); }
- 50% { transform: translate(0, 15px); }
- 100% { transform: translate(0, -0px); }
- }
- </style>
- <style>
- #container06, #container07, #container08 {
- -webkit-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- animation: scale-up-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2024-3-4 21:12:40
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation scale-up-ver-bottom
- * ----------------------------------------
- */
- @-webkit-keyframes scale-up-ver-bottom {
- 0% {
- -webkit-transform: scaleY(0.4);
- transform: scaleY(0.4);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- }
- 100% {
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- }
- }
- @keyframes scale-up-ver-bottom {
- 0% {
- -webkit-transform: scaleY(0.4);
- transform: scaleY(0.4);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- }
- 100% {
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- }
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment