Advertisement
Grawl

Untitled

Mar 13th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. table {
  2.     margin: 0 auto;
  3.     border-spacing: 1px;
  4.     font-family: sans-serif;
  5. }
  6. thead th {
  7.     max-width: 100pt;
  8.     text-align: center;
  9. }
  10. tr:nth-child(odd) td {
  11.     background-color: hsl(0,0%,95%);
  12. }
  13. td,
  14. th {
  15.     padding: 0.5em 1em;
  16. }
  17. tbody th {
  18.     text-align: left;
  19. }
  20. td {
  21.     text-align: center;
  22. }
  23. a {
  24.     text-decoration: none;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement