Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- (\ ∧♛∧ .+° °*.
- (ヾ( *・ω・) °・ cr koiwaprimavera for base code!
- `し( つ つ━✩* .+°
- (/しーJ
- --->
- <style>
- #fuck:hover {
- animation-play-state: paused;
- }
- #fuck {
- text-shadow: -1px 0 #FE727B, 0 1px #FE727B, 1px 0 #FE727B, 0 -1px #FE727B, 0 0;
- font-style: bold;
- font-size:3em;
- font-weight:bold;
- font-family: Arial, Helvetica, sans-serif;
- color: #FFC9CD;
- -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="fuck">text!</div>
Add Comment
Please, Sign In to add comment