diff --git a/css/main.css b/css/main.css index 0f5ad52..3204613 100644 --- a/css/main.css +++ b/css/main.css @@ -36,11 +36,20 @@ table#t01 { table#t01 tr:nth-child(even) { background-color: #eee; } + table#t01 tr:nth-child(odd) { background-color: #fff; } + table#t01 th { color: white; - background-color: black; + background-color: grey; padding: 15px; +} + +.boxed { + border: 1px solid green; + width: 80%; + box-align: center; + text-align: center; } \ No newline at end of file diff --git a/index.html b/index.html index 122f0f1..116b808 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,9 @@