## CSS Links

To add your custom styles, it's possible to use the **css-links** attribute. It allows to add one more CSS files to the slider:

```html
<toolcool-range-slider css-links="/path/file-name-1.css"></toolcool-range-slider>
```

You can add more than one path by separating them with **;**

```html
<toolcool-range-slider css-links="/path/file-name-1.css; /path/file-name-2.css;"></toolcool-range-slider>
```

> :pushpin: An example page with the source code can be found [here](https://github.com/mzusin/toolcool-range-slider/blob/main/examples/27-external-css.html).
