This commit is contained in:
Carolus Bramnatyo Seno Mahesworo 2025-11-18 08:57:22 +07:00
commit e3dc5c9516

View File

@ -0,0 +1,11 @@
.container-login {
display: flex;
width: 100%;
height: 100dvh;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container-login h1 {
font-size: 100px;
}