Files
FABLE/prompts/marp.md

33 lines
599 B
Markdown
Raw Normal View History

2023-05-15 10:11:04 +02:00
---
marp: true
theme: gaia
class:
- lead
- invert
2023-05-15 10:11:04 +02:00
backgroundImage: url(https://images.unsplash.com/photo-1651604454911-fdfb0edde727)
---
<style>
section {
display: flex;
justify-content: center;
align-items: center;
}
.image-container {
width: 90%;
max-height: 90%;
display: flex;
justify-content: center;
align-items: center;
}
.image-container img {
object-fit: contain;
width: 100%;
height: 100%;
}
</style>
<div class="image-container">
<img src="[imagesrc]"/>
</div>