working header!
This commit is contained in:
27
frontend/app/src/pages/styles.css
Normal file
27
frontend/app/src/pages/styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user