nginxsnippets/errorpages/custom_error.css
2025-08-08 12:25:26 +02:00

7 lines
95 B
CSS

.center {
display: flex;
justify-content: center;
align-items: center;
height: 90vh;
}