feat: add logo + transparent box

This commit is contained in:
Smigz 2023-11-06 10:03:59 -05:00
parent 29de4c689e
commit 1a70958fc3
3 changed files with 28 additions and 4 deletions

View file

@ -7,6 +7,12 @@
margin: 0;
}
/* .sidebar {
position: relative;
} */
.form {
width: 60vw;
}
@ -72,9 +78,23 @@
background-repeat: no-repeat;
height: 100%;
}
.logo {
position: relative;
background-color: rgb(22, 72, 99, 0.7);
top: 35vh;
height: 400px;
display: flex;
align-items: center;
justify-content: center;
}
.logo img {
height: 14vh;
}
}
body {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
}