From c14aabfd17c85632bd68db60867edb3fb662c7e7 Mon Sep 17 00:00:00 2001 From: Johannes Herman Date: Thu, 11 Dec 2025 06:49:19 +0100 Subject: initial commit --- style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..7b0b8b7 --- /dev/null +++ b/style.css @@ -0,0 +1,27 @@ +body { + font-family: Georgia, 'Times New Roman', Times, serif; + margin: 40px; + background-color: #f9f9f9; +} +table { + width: 100%; + border-collapse: collapse; + margin-top: 20px; +} +th, td { + padding: 12px; + border: 1px solid #ccc; + text-align: left; +} +th { + background-color: #ddd; + font-weight: normal; +} +td { + background-color: #eee; + font-weight: normal; +} +a { + color: #3366cc; + text-decoration: none; +} -- cgit v1.2.3