3d / styles.css
salomonsky's picture
Upload 4 files
8604113 verified
raw
history blame
192 Bytes
body {
font-family 'Orbitron', sans-serif;
background-color #111827;
color white;
}
button {
transition all 0.2s ease-in-out;
}
buttonhover {
transform scale(1.03);
}