2025-06-29 17:52:31 +08:00

17 lines
162 B
SCSS

*[n-c] {
align-items: center;
}
*[c-n] {
justify-content: center;
}
*[c-c] {
justify-content: center;
align-items: center;
}
*[f] {
display: flex;
}