dollcrds

pro-standard cr chatterism codes

Sep 23rd, 2024 (edited)
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: cutie;
  4. src: url(https://dl.dropbox.com/s/xo075bh6tbd4f7d/CP.ttf);
  5. }
  6. #image01 .frame {
  7. transform: rotate(-9deg);
  8. }
  9. #text01 {
  10. text-shadow: -3px -1px 0px #ce9eff, -6px -1px 0px #cefeaa;
  11. font-family: cutie;
  12. }
  13. #container01 > .wrapper {
  14. position: absolute;
  15. z-index: 99;
  16. top: -5em;
  17. left: 4em;
  18. }
  19. #container02 > .wrapper {
  20. position: absolute;
  21. z-index: 999;
  22. top: -1em;
  23. left: 10em;
  24. }
  25. #container03 > .wrapper {
  26. z-index: 9;
  27. }
  28. #container04 > .wrapper {
  29. position: absolute;
  30. z-index: 99;
  31. top: 4em;
  32. left: 6.5em;
  33. }
  34. #container05 > .wrapper {
  35. position: absolute;
  36. top: -18em;
  37. left: -4em;
  38. }
  39. @media only screen and (max-width: 600px) {
  40. #container02 {
  41. left: 2em;
  42. }
  43. }
  44. </style>
Advertisement
Add Comment
Please, Sign In to add comment