Files
2021-02-16 23:07:41 +01:00

12 lines
132 B
CSS

.container {
height: auto;
width: auto;
position: fixed;
top: 50%;
left: 50%;
}
.hidden {
display: none;
}