mirror of
https://github.com/mdnice/markdown-resume.git
synced 2026-01-13 07:01:36 +08:00
23 lines
238 B
CSS
23 lines
238 B
CSS
.hStart {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.hCenter {
|
|
justify-content: center;
|
|
}
|
|
|
|
.hEnd {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.vStart {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.vCenter {
|
|
align-items: center;
|
|
}
|
|
|
|
.vEnd {
|
|
align-items: flex-end;
|
|
} |