dollcrds

anger crd co main code

Mar 8th, 2024
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <style>
  2.  
  3. #container01 {
  4. position: absolute;
  5. top: 0em;
  6. left: 15.5em;
  7. }
  8.  
  9. #container02 {
  10. position; absolute;
  11. top: 0em;
  12. left: 0em;
  13. }
  14.  
  15. #text01 {
  16. border-radius: 5%;
  17. background: #E1E1E1;
  18. width: 12em;
  19. height: 17em;
  20. overflow-y:scroll;
  21. font-family: windows;
  22. padding: 8px;
  23. }
  24.  
  25. #text01 mark {
  26. font-family:'kiwi';
  27. font-size: 2.5em;
  28. color: #b46c3f;
  29. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  30. }
  31.  
  32. #text02 {
  33. border: 2px solid #a1a1a1;
  34. border-radius: 15px 15px 15px 15px;
  35. background: white;
  36. width: 3em;
  37. position: absolute;
  38. z-index: 9999;
  39. bottom: 18em;
  40. left: 16.125em;
  41. }
  42.  
  43. #text03 {
  44. border: 2px solid #a1a1a1;
  45. border-radius: 15px 15px 15px 15px;
  46. background: white;
  47. width: 3em;
  48. position: absolute;
  49. z-index: 9999;
  50. bottom: 15.75em;
  51. left: 16.125em;
  52. }
  53.  
  54. #text04 {
  55. border: 2px solid #a1a1a1;
  56. border-radius: 15px 15px 15px 15px;
  57. background: white;
  58. width: 3em;
  59. position: absolute;
  60. z-index: 9999;
  61. bottom: 5.75em;
  62. left: 16.125em;
  63. }
  64.  
  65. #text05 {
  66. border: 2px solid #a1a1a1;
  67. border-radius: 15px 15px 15px 15px;
  68. background: white;
  69. width: 3em;
  70. position: absolute;
  71. z-index: 9999;
  72. bottom: 3.5em;
  73. left: 16.125em;
  74. }
  75.  
  76. </style>
Advertisement
Add Comment
Please, Sign In to add comment