Travis build: 95 [cron]
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user