diff options
| author | Sam Scholten | 2026-08-27 14:29:06 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-08-27 14:29:06 +1000 |
| commit | e627d7363dc59890743c80bb3fdce1a354e10f22 (patch) | |
| tree | 3455de7573fcec8daafc9ae14a4dd20bef9a3582 /demo-standard.md | |
| parent | c0b512d2b44458176cf30ef937f10cbd37eb4c8c (diff) | |
| download | acarp-marp-theme-e627d7363dc59890743c80bb3fdce1a354e10f22.tar.gz acarp-marp-theme-e627d7363dc59890743c80bb3fdce1a354e10f22.zip | |
add highlight-left/right modifiers for column emphasis
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. |
