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

@ -7,9 +7,7 @@ A hover effect where the gradient follows the mouse cursor.
#### HTML
```html
<button class="mouse-cursor-gradient-tracking">
<span>Hover me</span>
</button>
<button class="mouse-cursor-gradient-tracking"><span>Hover me</span></button>
```
#### CSS