First version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
background-color: #303952;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user