title wrapper and form for landing page position change; css.

This commit is contained in:
sweatshirt0 2023-02-20 17:36:58 -05:00
parent 08e75a79ba
commit 3ec60c7bcc

View File

@ -24,6 +24,7 @@ body {
.login-wrapper { .login-wrapper {
position: relative; position: relative;
left: 50vw; left: 50vw;
top: 5vh;
width: 400px; width: 400px;
border: 1px solid lightgrey; border: 1px solid lightgrey;
border-radius: 5px; border-radius: 5px;
@ -86,3 +87,11 @@ body {
color: #111; color: #111;
font-weight: bold; font-weight: bold;
} }
.title-wrapper {
position: relative;
display: flex;
top: 22vh;
left: 8vw;
}