Advertisement
izuemis

hyein crd css codes

Sep 7th, 2022
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. -- CSS CODES --
  2.  
  3. <style>
  4.  
  5. @font-face {
  6. font-family:'PingWing';
  7. src: url(https://dl.dropbox.com/s/5z5897hywveuh17/pingwing.ttf);
  8. }
  9.  
  10. @font-face {
  11. font-family: 'krona one';
  12. src:
  13. url(https://dl.dropbox.com/s/fma2yu6n4jaclgi/KronaOne-Regular.ttf)
  14. }
  15.  
  16. #buttons01 li a {
  17. font-family: 'krona one';
  18. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  19. }
  20.  
  21. #icons01 li a, #icons02 li a, #icons03 li a {
  22. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  23. border: 1px solid #986e40;
  24. }
  25.  
  26. #container01 > .wrapper {
  27. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  28. height: 14em;
  29. }
  30.  
  31. #container02 > .wrapper {
  32. height: 10em;
  33. width: 17em;
  34. }
  35.  
  36. #container03 > .wrapper {
  37. height: 10em;
  38. width: 17em;
  39. }
  40.  
  41. #container04 > .wrapper {
  42. height: 10em;
  43. width: 17em;
  44. }
  45.  
  46. #text01 {
  47. color: white;
  48. padding: 5px;
  49. background: #7492bc;
  50. border-radius: 1em;
  51. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  52. font-family:'PingWing';
  53. }
  54.  
  55. #text02 {
  56. background: white;
  57. border: 1px solid #986e40;
  58. padding: 5px;
  59. height: 5em;
  60. overflow: auto;
  61. border-radius: 5px;
  62. }
  63.  
  64. #text03 {
  65. background: white;
  66. border: 1px solid #986e40;
  67. padding: 5px;
  68. border-radius: 5px;
  69. }
  70.  
  71. #text04, #text06 {
  72. background: white;
  73. border: 1px solid #986e40;
  74. padding: 5px;
  75. height: 4em;
  76. overflow: auto;
  77. border-radius: 5px;
  78. }
  79.  
  80. #text07, #text08 {
  81. background: white;
  82. border: 1px solid #986e40;
  83. padding: 5px;
  84. height: 8em;
  85. overflow: auto;
  86. border-radius: 5px;
  87. }
  88.  
  89. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement