From fb1f17a49c0654fea4751013b1ff497def06cf09 Mon Sep 17 00:00:00 2001 From: sqozz Date: Fri, 12 Feb 2016 18:00:45 +0100 Subject: [PATCH] Added footer --- static/css/index.css | 27 ++++++++++++++++++++++++++- templates/index.html | 5 +++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/static/css/index.css b/static/css/index.css index 07bf5f5..969b3bc 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -8,6 +8,7 @@ body { display: flex; justify-content: center; align-items: center; + font-family: monospace; } #main { @@ -27,10 +28,10 @@ body { height: 35px; margin: 0px; margin-left: 10px; + font-family: monospace; } #short_form { - font-family: "monospace"; font-size: 30px; display: flex; justify-content: center; @@ -54,3 +55,27 @@ body { .info { color: #848400; } + +#infobar { + display: flex; + margin-top: 10px; +} + +a { + color: rgb(150, 150, 150); +} + +a:hover { + color: black; +} + +.infoitem { + flex: 1; + display: flex; + justify-content: center; + border-right: 1px solid #cfcfcf; +} + +.infoitem:last-child { + border-right: none; +} diff --git a/templates/index.html b/templates/index.html index ea2657e..4e5264e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,6 +16,11 @@ +
+ API + FAQ + github.com +