17 lines
162 B
SCSS
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;
|
|
}
|