em89

index1

Feb 1st, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. body {
  2.     background-color: #a9a9a9;
  3.     font-family: Arial, Sans-serif;
  4. }
  5.  
  6. table {
  7.     border-spacing: 10px;
  8.     width: 30%;
  9. }
  10.  
  11. td {
  12.     vertical-align: text-top;
  13. }
  14.  
  15. .ticked {
  16.     font-size: 1.875em;
  17.     color: #dcdcdc;
  18. }
  19.  
  20. .left {
  21.     font-style: italic;
  22.     color: white;
  23. }
  24.  
  25. .grey {
  26.     color: #dcdcdc;
  27. }
  28.  
  29. .yellow {
  30.     color: #f0e68c;
  31. }
  32.  
  33. .orange {
  34.     color: #ffa500;
  35. }
  36.  
  37. .red {
  38.     color: #ff0000;
  39. }
  40.  
  41. img {
  42.     width: 0.875em;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment