Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #text01 {
- font-family: starborn;
- background: #000;
- border: 1px dashed #fff;
- border-radius: 20px;
- box-shadow: 0 0 0 3px #9a8c98;
- padding:2px;
- width: 6em;
- height: 1.5em;
- padding-top: 5px;
- left: -1em;
- bottom: 0.5em;
- animation-name: floating;
- animation-duration: 3s;
- animation-iteration-count: infinite;
- animation-timing-function: ease-in-out;
- }
- @keyframes floating {
- 0% { transform: translate(0, 0px); }
- 50% { transform: translate(0, 15px); }
- 100% { transform: translate(0, -0px); }
- }
- #text02 {
- font-family: 'rosalie';
- position: relative;
- top: 18px;
- }
- #icons01 {
- position: relative;
- left: 10px;
- top: 3px;
- }
- #icons02 {
- position: relative;
- right: 10px;
- top: 3px;
- }
Advertisement
Add Comment
Please, Sign In to add comment