1
0
Fork 0
isopod.cool/stuff/webgarden/style.css

19 lines
295 B
CSS
Raw Normal View History

2023-01-09 21:30:45 +00:00
@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;
}