Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---MARQUEE---
- <style>
- @font-face {
- src: url(https://dl.dropbox.com/s/flezd2lq8mbnwhk/Stabillo%20Medium.ttf);
- font-family: stabillo medium;
- }
- </style>
- <marquee behavior="scroll" direction="left" style="font-size: 2em;
- font-family: stabillo medium;
- text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
- color: #D4ECFC;">credit crdskiz for this layout all rights reserved</marquee>
- ---ANIMATIONS---
- <style>
- #image02 {
- -webkit-animation: slide-in-left 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: slide-in-left 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2024-5-2 19:39:6
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation slide-in-left
- * ----------------------------------------
- */
- @-webkit-keyframes slide-in-left {
- 0% {
- -webkit-transform: translateX(-1000px);
- transform: translateX(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-left {
- 0% {
- -webkit-transform: translateX(-1000px);
- transform: translateX(-1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- #image03 {
- -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- }
- /* ----------------------------------------------
- * Generated by Animista on 2024-5-2 19:40:10
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation slide-in-right
- * ----------------------------------------
- */
- @-webkit-keyframes slide-in-right {
- 0% {
- -webkit-transform: translateX(1000px);
- transform: translateX(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-right {
- 0% {
- -webkit-transform: translateX(1000px);
- transform: translateX(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- opacity: 1;
- }
- }
- #image04 {
- -webkit-animation: slide-in-bottom 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: slide-in-bottom 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
- }
- /* ----------------------------------------------
- * Generated by Animista on 2024-5-2 19:40:40
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation slide-in-bottom
- * ----------------------------------------
- */
- @-webkit-keyframes slide-in-bottom {
- 0% {
- -webkit-transform: translateY(1000px);
- transform: translateY(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- @keyframes slide-in-bottom {
- 0% {
- -webkit-transform: translateY(1000px);
- transform: translateY(1000px);
- opacity: 0;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- opacity: 1;
- }
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment