login funcional

This commit is contained in:
2024-09-09 23:27:50 -03:00
parent 3de35ba192
commit 48983ab179
24 changed files with 2404 additions and 93 deletions

View File

@@ -0,0 +1,6 @@
.centered {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}