mirror of
https://github.com/ION606/ProcGen.git
synced 2026-05-14 22:06:56 +00:00
14 lines
169 B
CSS
14 lines
169 B
CSS
|
|
body {
|
||
|
|
background-color: black;
|
||
|
|
margin: 0;
|
||
|
|
display: flex;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.scaledup {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.side {
|
||
|
|
position: absolute;
|
||
|
|
}
|