When working with CSS, it would useful to add the css o a page and have it rendered in preview. So I might add something like this to my file in edit mode:
```inlinecss
h1 {color:red}
```
and then the page would render all h1’s with red color.
this is useful for prototyping CSS and one off scenarios at a file level.