diff options
Diffstat (limited to 'md/styles/main.css')
-rw-r--r-- | md/styles/main.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/md/styles/main.css b/md/styles/main.css index 40e5f1f..db67eb6 100644 --- a/md/styles/main.css +++ b/md/styles/main.css @@ -22,4 +22,25 @@ nav, footer { margin-top: 10px; padding: 10px; text-align: center; +} + +table { + counter-reset: item; + list-style: none; + margin: 15px 0px; + padding: 0; +} + +table th { + background-color: #e9e9e9; +} + +table tr:nth-child(odd) +{ + background-color: #f9f9f9; +} + +table tr:nth-child(even) +{ + }
\ No newline at end of file |