From cf0c592a4b7a6bae0d356ddf0543d80ffbece045 Mon Sep 17 00:00:00 2001 From: Grim0o5 Date: Sat, 11 Jan 2025 12:39:50 +0545 Subject: [PATCH 1/2] login page commit --- login.css | 36 ++++++++++++++++++++++++++++++++++++ login.html | 25 +++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 login.css create mode 100644 login.html diff --git a/login.css b/login.css new file mode 100644 index 0000000..f360f58 --- /dev/null +++ b/login.css @@ -0,0 +1,36 @@ +body { + margin: 0; + height: 100vh; + display: flex; + justify-content: center; + align-items: center; + background-color:#fff +} +.login-container{ + background-color: rgb(126, 87, 174); + height: 400px; + width: 500px; + display: flex; + border-radius: 10px; +} + input{ + margin: 10px 0px; + padding: 10px; + border-radius: 5px; + border: none; + background-color: ; + } +form +{ + margin: 0 auto; + width: 300px; + align-items: center; + display: flex; + + justify-content: center; +} + +.details-container{ + + align-items: center; +} diff --git a/login.html b/login.html new file mode 100644 index 0000000..8ae737f --- /dev/null +++ b/login.html @@ -0,0 +1,25 @@ + + + + + + Document + + + +
+
+
+
+ +
+
+
+ +

Don't Have an account?Create an Account

+ + +
+
+ + \ No newline at end of file From 4bdb85bff7567151b15e51566ccf08447e97cd68 Mon Sep 17 00:00:00 2001 From: Grim0o5 Date: Sat, 11 Jan 2025 12:53:59 +0545 Subject: [PATCH 2/2] 2nd login commit --- login.css | 1 - login.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/login.css b/login.css index f360f58..8dd8476 100644 --- a/login.css +++ b/login.css @@ -18,7 +18,6 @@ body { padding: 10px; border-radius: 5px; border: none; - background-color: ; } form { diff --git a/login.html b/login.html index 8ae737f..ebde1a0 100644 --- a/login.html +++ b/login.html @@ -16,7 +16,7 @@

-

Don't Have an account?Create an Account

+

Don't Have an account?Create an Account