Add image and figure shortcodes (#233)

* add image and figure shortcodes
* remove shortcodes, add css
soper-book
Ge "David" Feng 2020-06-16 17:19:54 -04:00 committed by GitHub
parent d3673e797b
commit c79ab9dbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,14 @@
text-align: center; text-align: center;
} }
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.hidden { .hidden {
display: none; display: none;
} }