imnya.ng/src/pages/Root.css
HyunSuk Nam 57ce45f396 ?kawaii
2024-08-03 22:58:44 +09:00

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;
}