From db54460a85d2a535182171a56ef2de61a2bbeec8 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 6 Nov 2018 20:50:46 +1000 Subject: [PATCH] finished login form, updated header, minor CSS changes --- static/style.css | 8 +++++--- templates/footer.html | 5 +++-- templates/login.html | 14 ++++++++------ 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/static/style.css b/static/style.css index 73e0248..592f7f3 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { font-family: sans-serif; - margin: 5%; + margin: 2.5%; text-align: center; background-color: #282c37; color: white; @@ -19,8 +19,10 @@ h2 { } #footer { position:absolute; - bottom:5%; - width:90%; + bottom:2.5%; + width:95%; + color:#aaa; + font-size:0.8em; } #logo-main { height:300px; diff --git a/templates/footer.html b/templates/footer.html index 6e8728a..71d2202 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,4 +1,5 @@ \ No newline at end of file diff --git a/templates/login.html b/templates/login.html index 3342192..50857b5 100644 --- a/templates/login.html +++ b/templates/login.html @@ -7,16 +7,18 @@ -

Log In

-

Log in to your existing account.

+

Log in

+

Log in to your Curious Greg account.

-
-
-
- + +
+
+
+
+
{% include 'footer.html' %}