Files
30-seconds-of-code/snippets/hover-shadow-out-animation
2018-03-07 02:18:12 +05:30

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>
```