Use the <style> tag or style directive to add custom CSS.
section {
font-size: 30px;
}
h1 {
color: #5b9bd5;
}
You can apply styles to specific slides using <style scoped>.
(Thanks to scoped CSS)
Since Marp exports to HTML, you can include interactive elements if your renderer supports them.
Marp brings the "Docs as Code" philosophy to presentations.
Check out other interactive documentation tools in this lab:
Go forth and present!