以下の内容はhttps://shuzo-kino.hateblo.jp/entry/2025/04/22/204306より取得しました。


Marpで二段組する

実際のところ

markdownですがHTMLとCSSで整える系

---
marp: true
---
<style>
.container{
    display: flex;
}
.col{
    flex: 1;
}
</style>

# タイトル文字
本文的なのをここに書くことができる

<div class="container">

<div class="col">
からむ1のコンテンツを

ここに書くことができるのであった


</div>

<div class="col">
からむ2のコンテンツをここに書くことができるのであった
</div>

</div>

---

# Your slide deck

Start writing!

<div class="container">

<div class="col">
Column 1 Content
</div>

<div class="col">
Column 2 Content
</div>

</div>

参考もと

github.com




以上の内容はhttps://shuzo-kino.hateblo.jp/entry/2025/04/22/204306より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14