mixue

diaries crd codes

Aug 8th, 2022 (edited)
1,375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #text01 {
  2. font-family: starborn;
  3. background: #000;
  4. border: 1px dashed #fff;
  5. border-radius: 20px;
  6. box-shadow: 0 0 0 3px #9a8c98;
  7. padding:2px;
  8. width: 6em;
  9. height: 1.5em;
  10. padding-top: 5px;
  11. left: -1em;
  12. bottom: 0.5em;
  13. animation-name: floating;
  14. animation-duration: 3s;
  15. animation-iteration-count: infinite;
  16. animation-timing-function: ease-in-out;
  17. }
  18.  
  19. @keyframes floating {
  20. 0% { transform: translate(0, 0px); }
  21. 50% { transform: translate(0, 15px); }
  22. 100% { transform: translate(0, -0px); }
  23. }
  24.  
  25. #text02 {
  26. font-family: 'rosalie';
  27. position: relative;
  28. top: 18px;
  29. }
  30.  
  31. #icons01 {
  32. position: relative;
  33. left: 10px;
  34. top: 3px;
  35. }
  36.  
  37. #icons02 {
  38. position: relative;
  39. right: 10px;
  40. top: 3px;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment