From 3ec60c7bcce6d88ae99646c43c176746e5c12303 Mon Sep 17 00:00:00 2001 From: sweatshirt0 Date: Mon, 20 Feb 2023 17:36:58 -0500 Subject: [PATCH] title wrapper and form for landing page position change; css. --- styles/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles/styles.css b/styles/styles.css index 74179d2..14de546 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -24,6 +24,7 @@ body { .login-wrapper { position: relative; left: 50vw; + top: 5vh; width: 400px; border: 1px solid lightgrey; border-radius: 5px; @@ -86,3 +87,11 @@ body { color: #111; font-weight: bold; } + +.title-wrapper { + position: relative; + display: flex; + top: 22vh; + left: 8vw; + +}