# <!-- fit --> Fitting header
类似_backgroundColor
的以_
为Local directives。


<img src="example.png" style="padding: 1% 1% 1% 1%; width: 45%; " align="left" />
<img src="image.jpg" style="padding: 1% 1% 1% 1%; width: 45%; " align="" />
</div>





The space of a slide content will shrink to the right side.

The space of a slide content will shrink to the left side.



图片居中
style: |
img[alt~="center"] {
display: block;
margin: 0 auto;
}
.columns {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
---
<div class="columns">
<div class="left-side">
</div>
<div class="right-side">
</div>
</div>
fix