20 lines
No EOL
266 B
CSS
20 lines
No EOL
266 B
CSS
|
|
|
|
.App {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
background-color: #101010;
|
|
z-index: 9;
|
|
}
|
|
|
|
.profile {
|
|
width: 256px;
|
|
background-color: transparent;
|
|
} |