LoginSignup
5
3

More than 3 years have passed since last update.

marp nextで中央揃えをする

Posted at

marp nextで中央寄せをする

HTMLで書いてもいいけど中央寄せするページが複数あるならこれでもいいかもしれない

---
marp: true
paginate: true
theme: default
style: |
    section.title * , h1{
        text-align: center;
    }
---
<!-- _class: title -->
<!-- このページだけ中央寄せ -->
# title
author
day

---

 備考

  • 本来はthemeそのものをいじったほうが楽なのでは?
  • 4:3にするなら markdown section{ width: 960px; height: 720px; } とかついかしてやればいい(これもthemeいじったほうが...)
5
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3