From a450e8c3f0def96c94acc91bd3ecd53f4f64127d Mon Sep 17 00:00:00 2001 From: josephroy99 Date: Wed, 14 Feb 2024 20:46:37 +0000 Subject: [PATCH] updated login/signup page --- roysathome.net/LoginPage.html | 135 +++++++++++++++++++++++++++++----- roysathome.net/x-button.png | Bin 0 -> 568 bytes 2 files changed, 115 insertions(+), 20 deletions(-) create mode 100644 roysathome.net/x-button.png diff --git a/roysathome.net/LoginPage.html b/roysathome.net/LoginPage.html index 37f8ab9..3d9ebfc 100644 --- a/roysathome.net/LoginPage.html +++ b/roysathome.net/LoginPage.html @@ -90,14 +90,14 @@ dialog { position: absolute; - border: black solid 2px; + border: none; left: 50%; top: 50%; margin: 0px; transform: translate(-50%,-50%); border-radius: 20px; width: 500px; - height: 500px; + height: 540px; background: white; padding: 0px; box-sizing: border-box; @@ -109,13 +109,60 @@ dialog input { box-sizing: border-box; - margin: 50px; - width: calc(100% - 100px); - border: none; + width: 100%; + border: #5b8dff solid 2px; padding: 10px; border-radius: 100000px; + background-color: #f8f8f8; + outline: none; + font-family: 'Protest Strike' } + dialog input[type=submit] { + border: none; + margin: 40px 0px; + background-color: #00bfff; + color: white; + font-size: 1.3em; + } + + dialog label { + display: block; + margin: 30px 0px 10px 20px; + } + + dialog div { + margin: 10% 10% 0px 10%; + } + + dialog p { + font-size: 40px; + } + + dialog img { + position: absolute; + margin: 10px; + right: 0%; + height: 30px; + width: 30px; + padding: 5px; + border: none; + border-radius: 10%; + transition: all ease-in-out 50ms; + } + + dialog img:hover { + background-color: rgb(0, 0, 0, 0.588); + } + + .signup-dialog { + height: 600px; + } + + .login-dialog { + height: 500px; + } + @media (prefers-color-scheme: dark) { body { background: black; @@ -135,6 +182,10 @@ border: black 2px solid; } + dialog img:hover { + background-color: rgb(255, 255, 255, 0.588); + } + .input-button { background: white; color:black; @@ -197,7 +248,7 @@ Sort Your Finances. - +
@@ -209,30 +260,64 @@
- + - - + - - +