diff --git a/.~lock.world_data_v1.csv# b/.~lock.world_data_v1.csv# new file mode 100644 index 0000000..26daefd --- /dev/null +++ b/.~lock.world_data_v1.csv# @@ -0,0 +1 @@ +,hodasemi,michael.home,22.10.2018 10:19,file:///home/hodasemi/.config/libreoffice/4; \ No newline at end of file diff --git a/css/main.css b/css/main.css index e24d95c..ac18d9e 100644 --- a/css/main.css +++ b/css/main.css @@ -26,6 +26,21 @@ color: white; } -.table { - +table#t01 { + width: 100%; + background-color: #f1f1c1; + border-spacing: 5px; + text-align: center; +} + +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; + padding: 15px; } \ No newline at end of file diff --git a/index.html b/index.html index 1d7fee1..e035a22 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ -
+