void.cat/VoidCat/spa/src/App.css
2022-01-25 16:17:48 +00:00

15 lines
287 B
CSS

.app {
width: 720px;
margin-left: auto;
margin-right: auto;
}
.app .drop {
border-radius: 20px;
border: 1px solid;
margin-top: 20vh;
text-align: center;
line-height: 300px;
user-select: none;
cursor: pointer;
}