1
0
Fork 0
isopod.cool/stuff/webgarden/style.css
2023-01-09 14:30:45 -07:00

19 lines
295 B
CSS

@font-face {
font-family: 'Silkscreen';
src: url('../fonts/slkscr.ttf');
}
html, body {
margin: 0;
padding: 0;
overflow: hidden;
}
body {
font-family: 'Silkscreen';
color: white;
background: #101010;
text-shadow: 1px 1px 4px black;
}
#plant {
height: 250px;
width: 250px;
}