Skip to content

Commit

Permalink
#1 more
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 23, 2019
1 parent 7909aad commit 3c8f889
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@ Here is a full list of "drops":

| CSS class | Style |
|---|---|
| `bold` | font-weight: bold; |
| `italic` | font-style: italic; |
| `monospaced` | font-family: monospaced; |
| `right` | text-align: right; |
| `left` | text-align: left; |
| `center` | text-align: center; |
| `bold` | `font-weight: bold;` |
| `italic` | `font-style: italic;` |
| `monospaced` | `font-family: monospaced;` |
| `right` | `text-align: right;` |
| `left` | `text-align: left;` |
| `center` | `text-align: center;` |
| `smaller` | `font-size: .8em;` |
| `larger` | `font-size: 1.2em;` |
| `invisible` | `display: none;` |

Also, all [140 web colors](https://en.wikipedia.org/wiki/Web_colors)
are supported, like `tomato` or `blueviolet`.
Expand Down

0 comments on commit 3c8f889

Please sign in to comment.