diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -123,6 +123,14 @@ def hello(name): <div style="height: 15em"></div> <!-- custom sizes: use this instead (consecutive vspace divs don't stack - margins collapse) --> ``` +### Horizontal Offset +```html +<span class="hspace-large">indented text</span> <!-- inline: shifts this fragment right on the line --> +<div class="hspace-large">indented block</div> <!-- block: indents the whole line/block --> +<span style="padding-left: 8em">custom</span> <!-- custom offsets: use this inline --> +<!-- classes: tiny 0.5em, small 1em, medium 2em, large 3em, xlarge 4em, xxlarge 5em, hspace-6..10 (em). Replaces fragile runs. --> +``` + ## Themes ## Customization |
