Use Image Directives (local or web-resource):

Multiple Backgrounds!!!


Put Images to the left

... or to the right

... or adjust the width ...

... or apply filters:



Add custom CSS to document metadata
---
marp: true
style: |
.small-red-text {
font-size: 0.75rem;
color: red;
}
---
# Title
<div class="small-red-text"> Small Red Text</div>
Use * to get a fragmented list, where each item appears one after each other and - to directly display all items.
Just add Speaker Notes via:
<!--
Some notes here that might be useful.
-->
With Directives, it is easy to modify the behaviour of Marp for a single slide or the whole presentation.
Using local directives (prepend with _), one can modify a single page, e.g.
<!-- _backgroundColor: #180f61 -->
Using global directives, one can modify the bejaviour of the slides from the current slide on
<!-- backgroundColor: aqua -->
Add this anywhere in your Markdown file
Some notes here that might be useful.