Skip to content

Instantly share code, notes, and snippets.

@hakimel
Created January 30, 2023 13:12
Show Gist options
  • Save hakimel/8d2059f98e4e81bdb4f25e05772e82fe to your computer and use it in GitHub Desktop.
Save hakimel/8d2059f98e4e81bdb4f25e05772e82fe to your computer and use it in GitHub Desktop.
revea.js markdown presentation with a stack of images
# Slide 1
Here's a stack:
<div class="r-stack">
<img class="fragment" src="https://placekitten.com/450/300" width="450" height="300">
<img class="fragment" src="https://placekitten.com/300/450" width="300" height="450">
<img class="fragment" src="https://placekitten.com/400/400" width="400" height="400">
</div>
---
## Slide 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment