16 lines
306 B
Markdown
16 lines
306 B
Markdown
## CSS repository
|
|
1. Download the file
|
|
2. Add this to your `[filename].css`
|
|
```bash
|
|
@import url("custom.css");
|
|
```
|
|
3. Add the animations to your `[filename].html`
|
|
4. Have fun!
|
|
|
|
## Comtent:
|
|
- Various animations
|
|
- Animate zoom in (1-9)
|
|
- Animate from Top (1-9)
|
|
- Animate from bottom (1-9)
|
|
- Zoom in on hover
|