mirror of
https://github.com/ION606/ProcGen.git
synced 2026-05-14 22:06:56 +00:00
please kill me
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
body {
|
||||
background-color: black;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.scaledup {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.side {
|
||||
position: absolute;
|
||||
}
|
||||
@@ -59,4 +59,18 @@ main {
|
||||
|
||||
.hidebtn:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
#expandingBox {
|
||||
transform: translate(-50%, -50%);
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
.scaledup {
|
||||
|
||||
}
|
||||
|
||||
.visited {
|
||||
background-color: grey;
|
||||
}
|
||||
Reference in New Issue
Block a user