Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- @font-face {
- font-family:'kiwi';
- src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
- }
- @font-face {
- font-family: minecraftia;
- src: url(https://dl.dropbox.com/s/qrro6u0lx00x66j/Minecraftia-Regular.ttf?);
- }
- @keyframes pop {
- from {
- transform:scale(0.95)
- }
- 50% {
- transform:scale(1)
- }
- to {
- transform:scale(0.95)
- }
- }
- @-webkit-keyframes pop {
- from {
- -webkit-transform:scale(0.95)
- }
- 50% {
- -webkit-transform:scale(1)
- }
- to {
- -webkit-transform:scale(0.95)
- }
- }
- #text01 {
- font-family:'kiwi';
- -webkit-animation: pop 1s ease-in-out infinite alternate;
- animation: pop 1s ease-in-out infinite alternate;
- -moz-animation: pop 1s ease-in-out infinite alternate;
- z-index: 999;
- position: absolute;
- top: 0.75em;
- left: 4.5em;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- @media only screen and (max-width: 600px) {
- #text01 {
- left: 2.5em;
- }
- }
- #image02 {
- z-index: 99;
- position: absolute;
- top: 3em;
- left: 20.5em;
- }
- #text02 { } #text02 { font-size: ; /* Change glitch effect here */ /* animation: glitch-2 1s infinite linear; */ animation: glitch-1 2s infinite linear; } @keyframes glitch-1 { 0%, 12%, 15%, 52%, 55%, 82%, 85%, 100% {opacity: 1; transform: scaleX(1) scaleY(1); } 13% {opacity: .8; transform: scaleY(2); color: #000;} 53% {opacity: .8; transform: scaleX(.7); color: #fff;} 83% {opacity: 8; transform: rotate(-10deg); color: #000;} } @keyframes glitch-2 { 13% {color: #fff;} 53% {color: #fff;} 83% {color: #000;} }
- #text02 {
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- font-family:'kiwi';
- position: absolute;
- z-index: 99;
- top: 8em;
- left: 8em;
- }
- @media only screen and (max-width: 600px) {
- #text02 {
- left: 3em;
- }
- }
- #image03 {
- position: absolute;
- z-index: 99;
- top: 1em;
- }
- #text03 {
- font-family: minecraftia;
- height: 10.5em;
- overflow: auto;
- }
- #container01 {
- position: absolute;
- z-index: 9999;
- top: 13em;
- left: 12em;
- }
- #text04 {
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- font-family:'kiwi';
- position: absolute;
- z-index: 99999;
- top: 11em;
- left: 7em;
- }
- #text04 { } #text04 { font-size: ; /* Change glitch effect here */ /* animation: glitch-2 1s infinite linear; */ animation: glitch-1 2s infinite linear; } @keyframes glitch-1 { 0%, 12%, 15%, 52%, 55%, 82%, 85%, 100% {opacity: 1; transform: scaleX(1) scaleY(1); } 13% {opacity: .8; transform: scaleY(2); color: #000;} 53% {opacity: .8; transform: scaleX(.7); color: #fff;} 83% {opacity: 8; transform: rotate(-10deg); color: #000;} } @keyframes glitch-2 { 13% {color: #fff;} 53% {color: #fff;} 83% {color: #000;} }
- @media only screen and (max-width: 600px) {
- #text04 {
- left: 2.5em;
- }
- }
- #container02 {
- position: absolute;
- z-index: 999;
- top: 13em;
- width: 7em;
- left: 1.5em;
- }
- #container03 {
- position: absolute;
- z-index: 999;
- top: 16em;
- width: 7em;
- left: 1.5em;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment