working header!

This commit is contained in:
2024-04-09 19:44:45 +03:00
parent 90f37bd595
commit 162f8b50df
13 changed files with 172 additions and 49 deletions

View File

@ -0,0 +1,27 @@
.card {
background: #001529;
margin: 10px;
border-radius: 10px;
}
.main {
display: flex;
flex-flow: column;
justify-items: center;
align-items: center;
align-content: space-between;
}
.image {
height: 10vw;
width: auto;
}
.button-box {
width: 100%;
display: flex;
align-self: center;
flex-flow: row;
justify-items: center;
align-content: space-around;
}