chore: images create

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent c3473673da
commit dde937f460
52 changed files with 1883 additions and 941 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

+14
View File
@@ -89,6 +89,16 @@
justify-content: center;
}
.justify-start {
display: flex;
justify-content: flex-start;
}
.justify-end {
display: flex;
justify-content: flex-end;
}
// align-items: center
.flex-center {
display: flex;
@@ -170,6 +180,10 @@
font-size: 24px;
}
.font-size-32 {
font-size: 32px;
}
.m-b-0 {
margin-bottom: 0;
}