Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---first embed---
- <style>
- @font-face {
- font-family: cherry bomb;
- src: url(https://dl.dropbox.com/s/9n4vbpp2n8ei8hw/cherry-bomb_.TTF);
- }
- #pee {
- position: absolute;
- z-index: 101;
- right: 20px;
- bottom: 25px;
- text-shadow: -2px 0 #573832, 0 2px #573832, 2px 0 #573832, 0 -2px #573832, 0 0;
- font-size:3em;
- font-weight:bold;
- font-family: cherry bomb;
- color: #ffffff;
- display: block;
- -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;
- }
- @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)
- }
- </style>
- <div id="pee">name</div>
- ---second embed---
- <style>
- @font-face {
- font-family: lovely script;
- src: url(https://dl.dropbox.com/s/ss5bqbogijw4zfj/Lovely%20Script.otf);
- }
- #poop {
- position: absolute;
- z-index: 102;
- right: 26px;
- bottom: 20px;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- font-family:lovely script;
- font-size:1.4em;
- color: #fff;
- }
- </style>
- <div id="poop">or other</div>
Advertisement
Add Comment
Please, Sign In to add comment