> For the complete documentation index, see [llms.txt](https://itshoozi.gitbook.io/anime-css/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itshoozi.gitbook.io/anime-css/master.md).

# Anime.css

## Importing ANIME.css

Using anime.css is a fairly straightforward procedure. All you need to do is add the following code to the head of your HTML file:

```markup
<link rel="stylesheet" href="https://itshoozi.com/anime.css">
```

Anime.css works with CSS classes, so adding it is super simple! Here's an example of how to make the button get bigger on hover.&#x20;

```markup
<button class="linear-20m scale-10">Button</button>
```
