From 3a9dd57e5d17c4ca62ac4389a008412d9adf4c74 Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Tue, 30 Nov 2021 21:01:02 +0000 Subject: [PATCH] Login page has the login form on it. dwim.css added. --- www/css/dwim.css | 16 ++++++++++++++++ www/index.html | 14 ++++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 www/css/dwim.css diff --git a/www/css/dwim.css b/www/css/dwim.css new file mode 100644 index 0000000..0c3dc23 --- /dev/null +++ b/www/css/dwim.css @@ -0,0 +1,16 @@ +#login-page .ui-content { + background-image: url('../lavender-dream-by-huhu.jpg'); + background-size: cover; +} + +.ui-page { + height: 100%; +} + +#login-form { + text-align: center; + margin-left: auto; + margin-right: auto; + max-width: 25em; + height: 100%; +} diff --git a/www/index.html b/www/index.html index e2f528b..558aac5 100644 --- a/www/index.html +++ b/www/index.html @@ -7,6 +7,7 @@ +