Files
AlquilaFacil/Aspnet/wwwroot/css/_Login.css
2024-09-09 23:27:50 -03:00

6 lines
101 B
CSS

.centered {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}