mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-05-10 04:05:22 -04:00
feat: add logo + transparent box
This commit is contained in:
parent
29de4c689e
commit
1a70958fc3
3 changed files with 28 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue