Inline CSS
Use the CSS block to write inline CSS to style your content.
Screenshot
Example
Sets paragraphs foreground colour to green and headings to italic.
p { color: green; }
h2 { font-style: italic; }
Notes
- The CSS block is a fork of CSS – oik-block/css.
- Type some content into the text field to annotate the CSS, styled using GeSHi.
- If you just want to display the CSS then use GeSHi – oik-css/geshi and choose CSS for the Lang.