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 @@ -
-
-
+