Inline CSS
Use the CSS block to add inline CSS to your post.
Screenshot
Example
Add inline CSS to your post.
p, li { color: green; }
.svg64 svg.dashicon { fill: blue; }
div.bw_metadata span.label { padding-left: 2% }
Notes
- The CSS block settings includes a Text field. If you type a value into this field then source CSS is displayed, with syntax highlighting.
- When the CSS block’s Text field is not set then you don’t see the CSS source.
- The Text field is displayed as a prefix. Use a single period ( . ) if you want the highlighting but don’t want a prefix.
- Uses [bw_css].
- For requirements and status see bobbingwide/oik-blocks#13.