please kill me

This commit is contained in:
2024-04-28 09:40:13 -07:00
parent 98f57d50bd
commit aa31bb8df8
8 changed files with 264 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
body {
background-color: black;
margin: 0;
display: flex;
text-align: center;
}
.scaledup {
position: relative;
}
.side {
position: absolute;
}
+14
View File
@@ -59,4 +59,18 @@ main {
.hidebtn:hover {
opacity: 1;
}
#expandingBox {
transform: translate(-50%, -50%);
transition: all 0.5s ease;
}
.scaledup {
}
.visited {
background-color: grey;
}