From 55af6497613e3b04191286b9c5b1d13276588e40 Mon Sep 17 00:00:00 2001 From: Yongyi Zeng Date: Fri, 29 Aug 2025 11:48:16 +0800 Subject: [PATCH] Update advanced.qmd The code shown is not the same as the "demo/mini/absolute.qmd". --- docs/presentations/revealjs/advanced.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/presentations/revealjs/advanced.qmd b/docs/presentations/revealjs/advanced.qmd index c3178e0e33..8b3ca98cac 100644 --- a/docs/presentations/revealjs/advanced.qmd +++ b/docs/presentations/revealjs/advanced.qmd @@ -154,7 +154,7 @@ For example, here we add the `.absolute` class to three images and give them eac ![](image2.png){.absolute top=50 right=50 width="450" height="250"} -![](image3.png){.absolute bottom=0 right=50 width="300" height="300"} +![](image3.png){.absolute bottom=20 right=100 width="300" height="300"} ``` The following attributes can be used with `absolute`. All of these values can be specified in CSS units (e.g. `px`, `em`, etc.). If a number with no units is specified (as in the above example) then pixels are assumed.