Advertisement
arabtion

Untitled

May 1st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. table {
  2. color:#F8774E;
  3. font-family:Helvetica,Arial,sans-serif;
  4. width:100%;
  5. border-spacing:1px;
  6. border-collapse:separate;
  7. padding:0 3px;
  8. }
  9. td, th {
  10. height:30px;
  11. transition:all .3s;
  12. text-align:center;
  13. width:auto;
  14. }
  15. th {
  16. background:#5B0427;
  17. font-weight:700;
  18. border-radius: 5px;
  19. }
  20. td {
  21. background:#FAFAFA;
  22. }
  23. tr:nth-child(even) td {
  24. background:#303C42;
  25. }
  26. tr:nth-child(odd) td {
  27. background:#E1DDDD;
  28. }
  29. tr td:hover {
  30. background:#666;
  31. color:#FFF
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement