weblogin/style.css
2023-01-27 12:03:06 +01:00

5 lines
86 B
CSS

.centerdiv{
display: flex;
justify-content: center;
align-items: center;
}