From: Bastian Dehn Date: Sun, 12 Dec 2021 18:28:58 +0000 (+0100) Subject: add: basic style X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=1ebac333e8ade639e4f40eb4b748017b9a43ee66;p=calender.git add: basic style --- diff --git a/cal.css b/cal.css new file mode 100644 index 0000000..9b625b1 --- /dev/null +++ b/cal.css @@ -0,0 +1,8 @@ +table, th, td { + border: solid 1px black; + border-collapse: collapse; +} + +th:nth-child(even) { + background-color: lightgray; +} diff --git a/index.html b/index.html index d0566d5..8e1b295 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ Kalender +