From ea2b04370683b69ce0a6e8214957940b85df5591 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 24 Oct 2018 10:27:48 +0200 Subject: [PATCH] Add footer --- css/main.css | 5 +---- index.html | 6 ++++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 815eb15..e429e88 100644 --- a/css/main.css +++ b/css/main.css @@ -29,7 +29,6 @@ table#t01 { width: 100%; background-color: white; - border-spacing: 5px; text-align: center; } @@ -38,12 +37,10 @@ table#t01 tr:nth-child(even) { } table#t01 tr:nth-child(odd) { - background-color: lightgrey; + background-color: white; } table#t01 th { - color: white; - background-color: lightblue; padding: 15px; } diff --git a/index.html b/index.html index 732c0a1..21bf5cf 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,12 @@ + + \ No newline at end of file