Created
January 30, 2023 13:12
-
-
Save hakimel/8d2059f98e4e81bdb4f25e05772e82fe to your computer and use it in GitHub Desktop.
revea.js markdown presentation with a stack of images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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