add format and music shortcode

This commit is contained in:
Dillon ZENG
2019-08-09 01:54:09 +08:00
parent 5e55b25c8a
commit 0e48c9f3e3
7 changed files with 64 additions and 1 deletions

View File

@@ -196,6 +196,22 @@
color: #7E848F;
}
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-left {
text-align: left;
}
.float-right {
float: right;
}
}
p {