diff --git a/src/main/resources/static/css/create-account.css b/src/main/resources/static/css/create-account.css index df988e0..172e609 100644 --- a/src/main/resources/static/css/create-account.css +++ b/src/main/resources/static/css/create-account.css @@ -61,20 +61,35 @@ body, html { /* Main Content */ +.align-decor { + display: flex; + flex-direction: row; + height: 100%; + justify-content: center; + align-items: center; +} + .main-content { flex-grow: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; - margin-top: 40px;} + margin-top: 40px; +} + +.vert_swirl { + height: 65%; + width: auto; + margin: 0 50px; +} -/* Login Box */ +/* Create Account Box */ .login-box { background-color: var(--peach); padding: 45px; border-radius: 20px; - width: 600px; + width: 80%; color: var(--dark); } diff --git a/src/main/resources/static/css/login.css b/src/main/resources/static/css/login.css index e5aaa30..5d36bbb 100644 --- a/src/main/resources/static/css/login.css +++ b/src/main/resources/static/css/login.css @@ -75,6 +75,14 @@ html { /* ========================= Main Content Area ========================= */ +.align-decor { + display: flex; + flex-direction: row; + height: 100%; + justify-content: center; + align-items: center; +} + .main-content { display: flex; flex-direction: column; @@ -85,6 +93,12 @@ html { margin-top: 40px; } +.vert_swirl { + height: 65%; + width: auto; + margin: 0 50px; +} + /* ========================= Login Box ========================= */ diff --git a/src/main/resources/templates/create-account.html b/src/main/resources/templates/create-account.html index 4a37b9c..9343426 100644 --- a/src/main/resources/templates/create-account.html +++ b/src/main/resources/templates/create-account.html @@ -14,6 +14,10 @@ Violin f-hole shape to the right of header. +
+ + Violin f-hole shape to the left of header. +
+ + + Violin f-hole shape to the left of header. +
+ diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 91c114c..cfc76e9 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -14,6 +14,10 @@ Violin f-hole shape to the right of header. + +
+ + Violin f-hole shape to the left of header.
@@ -37,5 +41,10 @@

OR SIGN UP FOR AN ACCOUNT

+ + + Violin f-hole shape to the left of header. + +