diff --git a/docs/presentations/revealjs/_theme-basics.md b/docs/presentations/revealjs/_theme-basics.md index d38994058..cc034f4cc 100644 --- a/docs/presentations/revealjs/_theme-basics.md +++ b/docs/presentations/revealjs/_theme-basics.md @@ -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 diff --git a/docs/presentations/revealjs/advanced.qmd b/docs/presentations/revealjs/advanced.qmd index c3178e0e3..8b3ca98ca 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.