Skip to content
Open
Show file tree
Hide file tree
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/_theme-basics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
There are 11 built-in themes provided for Reveal presentations (you can also create your own themes). The `default` and `dark` themes use fairly classic typography and color schemes and are a good place to start.
There are 12 built-in themes provided for Reveal presentations (you can also create your own themes). The `default` and `dark` themes use fairly classic typography and color schemes and are a good place to start.

The `default` theme is used automatically --- use the `theme` option to switch to an alternate theme. For example

Expand Down
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