Skip to content

Commit 945e264

Browse files
yyzenggithub-actions[bot]
authored andcommitted
Update advanced.qmd
The code shown is not the same as the "demo/mini/absolute.qmd". (cherry picked from commit 55af649)
1 parent 693958f commit 945e264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/presentations/revealjs/advanced.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ For example, here we add the `.absolute` class to three images and give them eac
154154
155155
![](image2.png){.absolute top=50 right=50 width="450" height="250"}
156156
157-
![](image3.png){.absolute bottom=0 right=50 width="300" height="300"}
157+
![](image3.png){.absolute bottom=20 right=100 width="300" height="300"}
158158
```
159159

160160
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.

0 commit comments

Comments
 (0)