Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CuzImBisonratte authored Sep 6, 2021
1 parent b10c0c5 commit 2d12dc9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ Eine einfache Möglichkeit Themes auf einer Website einzubinden

Fertig

## Optional
### Übergang
Wenn du einen übergang willst, füge folgenden CSS-snippet in deiner CSS-Datei ein:
```
body{
transition: 0.5s;
}
```

## Beispiel-Design
Als Designbeispiel für den Light/Dark-theme-Knopf habe ich folgenden css-schnipsel:
```
Expand Down

0 comments on commit 2d12dc9

Please sign in to comment.