From 2e4d12e9890c36421d60ab06f6131f029844bc77 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 12 Apr 2020 15:10:29 -0500 Subject: Website: working on layout --- bh20simplewebuploader/templates/form.html | 45 ++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 7 deletions(-) (limited to 'bh20simplewebuploader/templates/form.html') diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index afae4c7..839f22f 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -7,6 +7,7 @@ body { color: #101010; + background-color: #F9EDE1; } h1, h4 { @@ -21,6 +22,17 @@ color: #505050; font-style: italic; } + .header { + margin: 0 auto; + padding: 20px; + color: blue; + text-align: center; + height: 150px; + } + + .logo { + float: right; + } p, form { font-family: 'Raleway', sans-serif; @@ -112,18 +124,35 @@ -