From e6fd7110e6cc342132cea058c722ed28f0bd4252 Mon Sep 17 00:00:00 2001 From: asauer Date: Sat, 13 Apr 2019 20:06:48 +0200 Subject: [PATCH] Add footer --- static/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/main.css b/static/main.css index 5d1717f..65db4fd 100644 --- a/static/main.css +++ b/static/main.css @@ -110,3 +110,9 @@ table, th, td { border: 1px solid black; border-collapse: collapse; } + +footer { + color: grey; + text-align: center; + font-size: small; +}