11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
### Hover Shadow Out Animation
|
|
|
|
|
|
Creates a shadow box around the text whern it is hovered.
|
|
|
|
#### HTML
|
|
|
|
```html
|
|
< h4 class = "hover-shadow-out-animation"> Box it! </h4>
|
|
```
|