diff --git a/ui/assets/main.css b/ui/assets/main.css index 2ebbd96..11c221a 100644 --- a/ui/assets/main.css +++ b/ui/assets/main.css @@ -132,6 +132,20 @@ img.food { .hero h2 { font-size: 2.6rem; margin-bottom: 50px; + text-align: center; +} + +/* Login & Sign Up Pages*/ +body.auth { + background: url('./images/hamburger.jpg'); + background-attachment: fixed; + background-repeat: no-repeat; + background-size: cover; + color: #fff; +} + +div.auth { + min-height: 100vh; } /* Wrapper */ diff --git a/ui/sign-in.html b/ui/sign-in.html index bec00b8..adc50f9 100644 --- a/ui/sign-in.html +++ b/ui/sign-in.html @@ -8,8 +8,8 @@ Sign In - -
+ +
@@ -21,7 +21,7 @@

Kiakia Food

-
+

Access Your Account

@@ -35,15 +35,6 @@

Access Your Account

-
- - -
- \ No newline at end of file diff --git a/ui/sign-up.html b/ui/sign-up.html index ec190dc..f753142 100644 --- a/ui/sign-up.html +++ b/ui/sign-up.html @@ -8,8 +8,8 @@ Sign Up - -
+ +
@@ -21,7 +21,7 @@

Kiakia Food

-
+

Create An Account

@@ -37,15 +37,6 @@

Create An Account

-
- - -
- \ No newline at end of file