Update format

This commit is contained in:
Angelos Chalaris
2020-04-30 13:21:04 +03:00
parent d9fd2d23c3
commit 2fbd3e0737
55 changed files with 412 additions and 571 deletions

View File

@ -5,6 +5,8 @@ tags: animation,intermediate
Creates a border animation on hover.
- Use the `:before` and `:after` pseudo-elements as borders that animate on hover.
```html
<button class="animated-border-button">Submit</button>
```
@ -46,7 +48,3 @@ Creates a border animation on hover.
width: 100%;
}
```
#### Explanation
- Use the `:before` and `:after` pseudo-elements as borders that animate on hover.