> For the complete documentation index, see [llms.txt](https://crocode.gitbook.io/elemento-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crocode.gitbook.io/elemento-docs/developer-documentation/add-custom-styles.md).

# Add Custom styles

Create a stylesheet in `/assets`:

📄 `/assets/custom-styles.css`

Then include it in the section file:

```liquid
{{ 'custom-styles.css' | asset_url | stylesheet_tag }}
```
