em89

index2

Feb 1st, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. table {
  2.     border-collapse: collapse;
  3.     border: 1px ridge;
  4.     font-family: Trebuchet MS, sans-serif;
  5.     width: 40%;
  6.    
  7. }
  8.  
  9. th {
  10.     border: 2px inset #9acd32;
  11.     color: white;
  12.     background-color: #32cd32;
  13.     font-weight: lighter;
  14.     text-align: left;
  15.     padding: 5px
  16. }
  17.  
  18. td {
  19.     border-left: 2px inset;
  20.     border-right: 2px inset;
  21.     padding: 5px;
  22.    
  23. }
  24.  
  25. img {
  26.     width: 1.875em;
  27. }
  28.  
  29. .promoted {
  30.     width: 20%;
  31. }
  32.  
  33. tr:nth-child(2n) {
  34.     background-color: #f5f5dc;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment