initial commit

This commit is contained in:
ferdiansyah783
2025-08-05 12:35:40 +07:00
commit fffa2ead5c
1069 changed files with 118056 additions and 0 deletions
@@ -0,0 +1,15 @@
.root {
list-style-type: none;
display: flex;
flex-wrap: wrap;
align-items: center;
inline-size: 100%;
block-size: 100%;
overflow: hidden;
position: relative;
padding: 0;
margin: 0;
.li:not(:last-of-type) {
margin-inline-end: 4px;
}
}