Writing your own CSS
Last updated
Was this helpful?
Last updated
Was this helpful?
When authoring a Template, you can write everything from scratch, using your own HTML and CSS. Within the CSS tab you can write any styling code you need and it will apply to the HTML elements you insert in the HTML tab.
If you want to know if a specific CSS feature is available, you can check , the version currently used by our most recent engine.
If you compare it to the most recent versions of Chromium, there isn't much difference when it comes to general CSS. This means that you're free to use things like Flexbox, Custom properties or CSS Grids!