From 74e46bfc637e027a2be0e1073d2fe95bc1a00d58 Mon Sep 17 00:00:00 2001 From: Alomairi Date: Tue, 3 Sep 2024 09:45:57 +0000 Subject: [PATCH] login style --- static/css/login-style.css | 14 +++++++++++++- views/login.ejs | 28 ++++++++++++++++++++++------ 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/static/css/login-style.css b/static/css/login-style.css index 93b8e83..f015d71 100644 --- a/static/css/login-style.css +++ b/static/css/login-style.css @@ -8,7 +8,7 @@ } body { - background: linear-gradient(90deg, #C7C5F4, #776BCC); + background: linear-gradient(90deg, #0066cc, #33ccff); overflow: hidden; } @@ -137,6 +137,9 @@ body { cursor: pointer; transition: .2s; } +.login__submit:hover { + background: #96dcf3; +} .login__submit:active, .login__submit:focus, @@ -192,4 +195,13 @@ body { .logo{ width: 64px; +} + +.login-footer{ + padding: 4px; + margin-top: -21px; + container-type: inline-size; + color: #000; + font-size: 12px; + font-family: serif; } \ No newline at end of file diff --git a/views/login.ejs b/views/login.ejs index 1fe23ca..4c3eb22 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -3,6 +3,20 @@ + + + + + + + + + + + + + + Login @@ -15,13 +29,10 @@
- - -
+ +