diff options
Diffstat (limited to 'demo-standard.md')
| -rw-r--r-- | demo-standard.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/demo-standard.md b/demo-standard.md index 72f7d9b..88e48f5 100644 --- a/demo-standard.md +++ b/demo-standard.md @@ -259,6 +259,32 @@ def score(term, doc): --- +<!-- _class: layout-2col-center highlight-left --> + +### Column Emphasis + +<div class="left-column"> + +<div class="vspace-large"></div> + +## Focus here + +Full opacity. + +</div> + +<div class="right-column"> + +<div class="vspace-large"></div> + +## Faded + +`highlight-left` dims this column. Swap to `highlight-right` to fade the left instead. + +</div> + +--- + ## Thank You This theme provides a clean, academic-focused foundation for your presentations. |
