Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- @font-face {
- font-family: lovely;
- src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
- }
- @font-face {
- font-family:'fenotype';
- src: url(https://dl.dropbox.com/s/klo6yfrf62916qp/02.10FEN.TTF);
- }
- #float {
- animation-name: floating;
- animation-duration: 3s;
- animation-iteration-count: infinite;
- animation-timing-function: ease-in-out;
- z-index: 9999;
- }
- @keyframes floating {
- 0% { transform: translate(0, 0px); }
- 50% { transform: translate(0, 7px); }
- 100% { transform: translate(0, -0px); }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment