Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
203 Bytes
.hello {
font:
15px Helvetica,
Arial,
sans-serif;
background: #eee;
padding: 100px;
text-align: center;
transition: 100ms ease-in background;
}
.hello:hover {
background: #ccc;
}