theme | paginate | _paginate | title | header | footer |
---|---|---|---|---|---|
uncover |
true |
false |
UNCOVER THEME |
UNCOVER THEME |
A brand-new theme of Marp core |
A brand-new theme of @marp-team/marp-core
- Simple, minimal, and modern design
- Always centering by default
- Inspired from reveal.js
<!-- theme: uncover -->
# Hello, uncover theme!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed diam justo, vulputate vel vulputate ac, vulputate vitae nulla.
Word | Emoji | Description |
---|---|---|
Pen | 📝 | I have a pen. |
Pineapple | 🍍 | I have pineapple. |
Apple | 🍎 | I have an apple. |
Pen | ✏️ | I have a pen. |
The all marp-core themes are supported invert
class by default.
This page has a gradient background like Keynote.
backgroundImage: "linear-gradient(to bottom, #000, #222333, #667)"
color: "#fff"
with filters
You can tweak style by <style>
tag if you want. The text on this page is aligned to left!
<!-- _class: left -->
<style>
section.left h4, section.left p {
text-align: left;
}
</style>
with uncover
theme