Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #image01 {
- z-index: 9999;
- }
- #text01 {
- font-family:'fenotype';
- background: black;
- height: 2.25em;
- width: 9em;
- padding: 10px;
- border-radius: 0px 15px 15px 0px;
- font-size: 2em;
- z-index: 99;
- }
- #image02 {
- animation-name: floating;
- animation-duration: 3s;
- animation-iteration-count: infinite;
- animation-timing-function: ease-in-out;
- z-index: 9999;
- filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px 1px 0 #000) drop-shadow(0 2px 0 #000) drop-shadow(0 -1px 0 #000) drop-shadow(0 1px 1px #000) drop-shadow(0 -1px 1px #000) drop-shadow(1px -1px 1px #000) drop-shadow(-1px -1px 1px #000);
- }
- @keyframes floating {
- 0% { transform: translate(0, 0px); }
- 50% { transform: translate(0, 7px); }
- 100% { transform: translate(0, -0px); }
- #container01 {
- background: rgb(255,255,255);
- background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(255,133,148,0.7) 60%, rgba(0,0,0,0.5) 100%);
- border-radius: 10px;
- border: 2px solid black;
- height: 20em;
- width: 27.5em;
- }
Advertisement
Add Comment
Please, Sign In to add comment