Travis build: 136 [FORCED]

This commit is contained in:
30secondsofcode
2019-01-12 12:10:11 +00:00
parent cd579ab6ae
commit afab2fdd7e
3 changed files with 141 additions and 16 deletions

View File

@ -5,9 +5,7 @@ Creates a border animation on hover.
#### HTML
```html
<div class="button-border">
<button class="button">Submit</button>
</div>
<div class="button-border"><button class="button">Submit</button></div>
```
#### CSS