Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. /* Custom CSS */
  2.  
  3. h1{
  4. font-family: Arial, Helvetica, sans-serif;
  5. color: rgb(255, 8, 0);
  6. text-align: center;
  7. padding: 10px 10px;
  8. }
  9.  
  10. .first{
  11. font-family: Arial, Helvetica, sans-serif;
  12. color: #000(116, 113, 113);
  13. text-align: center;
  14. padding: 0px;
  15. }
  16.  
  17. .sequel{
  18. font-family: Arial, Helvetica, sans-serif;
  19. color: #000(116, 113, 113);
  20. text-align: center;
  21. padding: 0px;
  22. }
  23.  
  24. .sequel2{
  25. font-family: Arial, Helvetica, sans-serif;
  26. color: #000(116, 113, 113);
  27. text-align: center;
  28. padding: 0px;
  29. }
  30.  
  31. .clever{
  32. font-family: Arial, Helvetica, sans-serif;
  33. color: #f13506;
  34. text-align: center;
  35. padding: 20px;
  36. }
  37.  
  38. .dear{
  39. text-align: left;
  40. margin-left: 388px;
  41. color: #f13506;
  42. }
  43.  
  44. .yes{
  45. text-align: right;
  46. margin-right: 130px;
  47. color: #000;
  48. }
  49.  
  50. .different{
  51. text-align: left;
  52. margin-left: 388px;
  53. color: #f13506
  54. }
  55.  
  56. .cool{
  57. text-align: left;
  58. margin-left: 388px;
  59. }
  60.  
  61. .cookie{
  62. text-align: left;
  63. margin-left: 330px;
  64. color: #000;
  65. }
  66.  
  67. .donut{
  68. text-align: left;
  69. margin-left: 378px;
  70. }
  71.  
  72. .donut2{
  73. text-align: right;
  74. margin-right: 25px;
  75. }
  76.  
  77. .vitamin{
  78. text-align: left;
  79. margin-left: 375px;
  80. color: #000;
  81. }
  82.  
  83. .vitamin2{
  84. text-align: right;
  85. margin-right: 877px;
  86. color: #000;
  87. }
  88.  
  89. .vitamin3{
  90. text-align: left;
  91. margin-left: 252px;
  92. color: #000;
  93. }
  94.  
  95. .good{
  96. text-align: right;
  97. margin-right: 58px;
  98. color: #000;
  99. }
  100.  
  101. .good2{
  102. text-align: left;
  103. margin-left: 372px;
  104. color: #000;
  105. }
  106.  
  107. .good3{
  108. text-align: right;
  109. margin-right: 452px;
  110. color: #000;
  111.  
  112. }
  113.  
  114. .silly{
  115. text-align: left;
  116. margin-left: 369px;
  117. color: #000;
  118. }
  119.  
  120. .sillytwo{
  121. text-align: left;
  122. margin-left: 369px;
  123. color: #000;
  124. }
  125.  
  126. .sillythree{
  127. text-align: left;
  128. margin-left: 388px;
  129. color: #000;
  130. }
  131.  
  132. .radical{
  133. font-family: Arial, Helvetica, sans-serif;
  134. color: rgb(255, 8, 0);
  135. text-align: left;
  136. margin-left: 369px;
  137. }
  138.  
  139. .radical2{
  140. text-align: left;
  141. margin-left: 369px;
  142. color: #000;
  143. }
  144.  
  145. .radical3{
  146. text-align: left;
  147. margin-left: 369px;
  148. color: #000;
  149. }
  150.  
  151. .radical4{
  152. text-align: left;
  153. margin-left: 369px;
  154. color: #000;
  155. }
  156.  
  157. .radical5{
  158. text-align: left;
  159. margin-left: 369px;
  160. color: #000;
  161. }
  162.  
  163. .radical6{
  164. text-align: left;
  165. margin-left: 369px;
  166. color: #000;
  167. }
  168.  
  169. .radical7{
  170. text-align: left;
  171. margin-left: 369px;
  172. color: #000;
  173. }
  174.  
  175. div{
  176. font-family: Arial, Helvetica, sans-serif;
  177. color: black;
  178. text-align: center;
  179. margin: 10px 10px 0px;
  180. padding: 0px
  181. }ul{
  182. display: inline-block;
  183. text-align: left;
  184. margin: 0 0 10px;
  185. padding: 0px
  186. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement