first commit

This commit is contained in:
Dimas Vindyawan
2025-12-30 14:34:03 +07:00
commit 6c3af6a820
255 changed files with 40351 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
.container {
width: 100%;
height: fit-content;
min-height: 100%;
display: flex;
align-items: center;
flex-direction: column;
}
.header {
width: 100%;
height: fit-content;
padding: 10px;
border-bottom: 1px solid #dddddd;
}
.body {
width: 100%;
height: fit-content;
}
.back {
width: fit-content;
height: fit-content;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
cursor: pointer;
color: #444444;
font-weight: 500;
font-size: 13px;
}