Advertisement
ukamori

crditem #2 tut codes

Aug 14th, 2022
714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: good time;
  4. src: url(https://dl.dropbox.com/s/ijxda4xb1cyjpe4/KGAlwaysAGoodTime.ttf);
  5. }
  6.  
  7. #container01 {
  8. background: #ffd8ab;
  9. box-shadow: 0 0 0.4em 0.4em #ffd8ab;
  10. border-radius: 0.5em;
  11. width: 24em;
  12. margin: auto;
  13. }
  14.  
  15. #container03, #container04 {
  16. background: #ffd8ab;
  17. border: 4px double black;
  18. border-radius: 0.625em;
  19. width: 25em;
  20. margin: auto;
  21. }
  22.  
  23. #text05, #text06 {
  24. padding: 4px;
  25. height: 6.5em;
  26. overflow: auto;
  27. }
  28.  
  29. #image01 {
  30. border-radius: 0.5em;
  31. border: 4px double white;
  32. }
  33.  
  34. #text01 mark {
  35. background: #ffd0da;
  36. border-radius: 0.75em;
  37. border: 4px double black;
  38. padding-top: 2px;
  39. padding-bottom: 3px;
  40. padding-left: 45px;
  41. padding-right: 45px;
  42. }
  43.  
  44. #text02 mark {
  45. background: #ffd0da;
  46. border-radius: 0.75em;
  47. border: 4px double black;
  48. padding-top: 2px;
  49. padding-bottom: 3px;
  50. padding-left: 28px;
  51. padding-right: 28px;
  52. }
  53.  
  54. #text03 mark {
  55. background: #ffd0da;
  56. border-radius: 0.75em;
  57. border: 4px double black;
  58. padding-top: 2px;
  59. padding-bottom: 3px;
  60. padding-left: 32px;
  61. padding-right: 32px;
  62. }
  63.  
  64. #text04 {
  65. font-family: good time;
  66. text-shadow: -1.5px 0 #ffb257, 0 1.5px #ffb257, 1.5px 0 #ffb257, 0 -1.5px #ffb257;
  67. position: relative;
  68. top: 0.5em;
  69. z-index: 99;
  70. }
  71.  
  72. #text07, #text08 {
  73. font-family: good time;
  74. text-shadow: -1.5px 0 #ffb257, 0 1.5px #ffb257, 1.5px 0 #ffb257, 0 -1.5px #ffb257;
  75. position: relative;
  76. top: 0.375em;
  77. z-index: 99;
  78. }
  79. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement