mixue

cottage crd codes

Jul 30th, 2022 (edited)
2,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. #image01 {
  2. z-index: 9999;
  3. }
  4.  
  5. #text01 {
  6. font-family:'fenotype';
  7. background: black;
  8. height: 2.25em;
  9. width: 9em;
  10. padding: 10px;
  11. border-radius: 0px 15px 15px 0px;
  12. font-size: 2em;
  13. z-index: 99;
  14. }
  15.  
  16. #image02 {
  17. animation-name: floating;
  18. animation-duration: 3s;
  19. animation-iteration-count: infinite;
  20. animation-timing-function: ease-in-out;
  21. z-index: 9999;
  22. 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);
  23. }
  24.  
  25. @keyframes floating {
  26. 0% { transform: translate(0, 0px); }
  27. 50% { transform: translate(0, 7px); }
  28. 100% { transform: translate(0, -0px); }
  29.  
  30. #container01 {
  31. background: rgb(255,255,255);
  32. background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(255,133,148,0.7) 60%, rgba(0,0,0,0.5) 100%);
  33. border-radius: 10px;
  34. border: 2px solid black;
  35. height: 20em;
  36. width: 27.5em;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment