Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/presentations/revealjs/advanced.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading