Files
CustomPanel/resources/website/style.css
T
2025-12-12 22:00:48 +01:00

15 lines
162 B
CSS

body {
margin: 0;
}
.center {
}
.fixed-center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}