Travis build: 95 [cron]

This commit is contained in:
30secondsofcode
2018-12-15 21:08:02 +00:00
parent 988e1dc7a3
commit df63df3afc
28 changed files with 715 additions and 1048 deletions

View File

@ -5,8 +5,7 @@ Creates a toggle switch with CSS only.
#### HTML
```html
<input type="checkbox" id="toggle" class="offscreen" />
<label for="toggle" class="switch"></label>
<input type="checkbox" id="toggle" class="offscreen" /> <label for="toggle" class="switch"></label>
```
#### CSS