Advertisement
Guest User

Untitled

a guest
May 2nd, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. table td, table th {
  2. border: 1px solid #000;
  3. }
  4. table th {
  5. background-color: #B2B4B0;
  6. }
  7. table tr:nth-child(even) {
  8. background-color: #F2F2F2;
  9. color: #000;
  10. }
  11. table tr:nth-child(odd) {
  12. background-color: #FFFFFF;
  13. color: #000;
  14. }
  15. table tr:hover {
  16. background-color: #9DA7AD;
  17. color: #fff;
  18. a:link : #DB4D4D;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement