no message

This commit is contained in:
2025-10-10 10:32:37 +08:00
commit d560b2ae9d
219 changed files with 20979 additions and 0 deletions

20
styles/text.scss Normal file
View File

@ -0,0 +1,20 @@
.text-container {
flex: 1;
padding: 50px 0;
.top{
margin-top: 100px;
margin-bottom: 50px;
.title{
font-weight: bold;
text-align: center;
font-size: $huge-font-size1;
}
.date{
text-align: center;
font-size: $mid-font-size;
color: $main-color;
font-weight: 400;
}
}
}