s4s-paint / src /playground /playground.css
soiz1's picture
Upload folder using huggingface_hub
97420cf verified
raw
history blame contribute delete
268 Bytes
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0px;
}
body, html, .wrapper {
height: 100%
}
.playgroundContainer{
height: 90%;
width: 90%;
margin: auto;
}
#fileInput {
display: none;
}
.playgroundButton {
margin: 4px;
}