Skip to content

Commit

Permalink
Add new classnames (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex authored Jan 2, 2025
1 parent 74726c9 commit 1ce62bc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,18 @@ All jokes and puns are also found in the `hilarious.css` file in this repository
}
```

```css
.marxism {
text-transform: lowercase;
}
```

```css
.capitalism {
text-transform: uppercase;
}
```

## LICENSE

MIT
Expand Down

0 comments on commit 1ce62bc

Please sign in to comment.