From 92a2e24361fcedd267caf4aee9d6ccd968cca97e Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Tue, 17 Jan 2023 22:57:27 +0100 Subject: [PATCH] made changes to the style of the login, profile and register page --- styles/style.css | 69 +++++++++++++++++++++++++++++++++++++++-- views/login.view.php | 6 ++-- views/profile.view.php | 12 +++---- views/register.view.php | 6 ++-- 4 files changed, 79 insertions(+), 14 deletions(-) diff --git a/styles/style.css b/styles/style.css index c991681..5bac6f6 100644 --- a/styles/style.css +++ b/styles/style.css @@ -424,6 +424,42 @@ main { flex-direction: column; } +.container1 { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + margin: 0 auto; + height: 500px; +} +.container2 { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + margin: 0 auto; + height: 750px; +} +.container3 { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + margin: 0 auto; + height: 350px; + background-color: #2e1e26; + padding: 20px; +} +.container4 { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + margin: 0 auto; + height: 150px; + background-color: #2e1e26; + padding: 20px; +} .footer-copyright { flex: none; width: 100%; @@ -431,13 +467,42 @@ main { justify-content: center; } .register { - height: 1000px; + height: 1200px; + display: flex; + justify-content: center; + text-align: center; + background-color: #3f2a34; } +.form { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + background-color: #2e1e26; + margin: auto; + padding: 20px; +} + +.nes-field { + max-width: 400px; +} .login { - height: 1000px; + height: 1200px; + display: flex; + justify-content: center; + text-align: center; + background-color: #3f2a34; +} +.profile { + height: 1200px; + display: flex; + justify-content: center; + text-align: center; + background-color: #3f2a34; } .container .login { + display: flex; justify-content: center; align-items: center; text-align: center; diff --git a/views/login.view.php b/views/login.view.php index aaeb0ed..74e7d27 100644 --- a/views/login.view.php +++ b/views/login.view.php @@ -1,9 +1,9 @@ -
-
-
+