listeningdaemon/web/style.css
2024-10-31 16:04:08 +00:00

9 lines
133 B
CSS

.center {
display: block;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;
margin-right: auto;
height: 100vh;
}