project done before

This commit is contained in:
kicap1992
2021-06-23 16:12:19 +08:00
commit 330d859d56
2390 changed files with 678303 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// Center-align a block level element
.center-block() {
display: block;
margin-right: auto;
margin-left: auto;
}