Skip to content

Commit

Permalink
#1 p
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 23, 2019
1 parent 09c2758 commit b6a7cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ First, you add it to your HTML:
And then, instead of this:

```html
<a style="color: tomato; font-weight: bold; text-align: right;">Hello</a>
<p style="color: tomato; font-weight: bold; text-align: right;">Hello</p>
```

You do this:

```html
<a class="tomato bold right">Hello</a>
<p class="tomato bold right">Hello</p>
```

Here is a full list of "drops":
Expand Down

0 comments on commit b6a7cff

Please sign in to comment.