Whatever, go my unfinished nonsense

This commit is contained in:
Bun 2025-07-01 01:13:06 -04:00
parent 8461c42c6f
commit d29992d07d
22 changed files with 317 additions and 89 deletions

32
sass/style.scss Normal file
View file

@ -0,0 +1,32 @@
// Setup stuff
body {
font-family: 'IBM Plex Mono', monospace;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
font-size: 16px;
}
a {
cursor: crosshair;
border: 1px solid transparent;
margin: 0;
}
a:hover {
border: 2px solid transparent;
border-image: url("/ants.gif") 1 repeat;
}
#main {
margin: 0;
flex: 0 1 auto;
align-self: auto;
width: 50%;
border: 3px solid green;
}
li {
list-style-type: none;
width: 100%;
}