Remove the published version from git, figure out centering, remove some assets I shouldn't be using

This commit is contained in:
Bun 2025-07-01 14:24:35 -04:00
parent 6d0553b648
commit aaf2c39d16
20 changed files with 57 additions and 222 deletions

View file

@ -1,39 +1,43 @@
// Setup stuff
body {
* {
font-family: 'IBM Plex Mono', monospace;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
font-size: 16px;
top: 0;
}
body {
color: #141414;
background-color: #DDE1E9;
}
a {
cursor: crosshair;
border: 1px solid transparent;
outline: 1px solid transparent;
margin: 0;
}
a:hover {
border: 2px solid transparent;
border-image: url("/ants.gif") 1 repeat;
outline: 2px solid;
}
#main {
position: absolute;
top: 50px;
right: 20%;
left: 250px;
padding-bottom: 25px;
}
#main > div {
position: relative;
width:60%;
max-width:50em;
margin: auto;
width: 100%;
min-height: 100%;
top: 3em;
left: 6.5em;
background-color: #EFF1F5;
}
li {
list-style-type: none;
width: 100%;
}
.container {
padding: 20px;
}