Skip to content

Any initiative to implement columns in Marp? #192

Answered by yhatt
cunhapaulo asked this question in Ideas
Discussion options

You must be logged in to vote

https://twitter.com/y_hatt/status/1449951469961023488

CSS grid

---
marp: true
style: |
  .columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
---

# Multi columns in Marp slide

<div class="columns">
<div>

## Column 1

Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas eveniet, corporis commodi vitae accusamus obcaecati dolor corrupti eaque id numquam officia velit sapiente incidunt dolores provident laboriosam praesentium nobis culpa.

</div>
<div>

## Column 2

Tempore ad exercitationem necessitatibus nulla, optio distinctio illo non similique? Laborum dolor odio, ipsam incidunt corrupti quia nemo quo exercitationem adipi…

Replies: 10 comments 35 replies

Comment options

You must be logged in to vote
15 replies
@lpinilla
Comment options

@codingluke
Comment options

@lpinilla
Comment options

@lpinilla
Comment options

@yhatt
Comment options

Answer selected by cunhapaulo
Comment options

You must be logged in to vote
3 replies
@yhatt
Comment options

@codingluke
Comment options

@yhatt
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@drbeco
Comment options

@drbeco
Comment options

@sbibauw

This comment was marked as off-topic.

@drbeco

This comment was marked as off-topic.

@yhatt
Comment options

Comment options

You must be logged in to vote
6 replies
@thomaseizinger
Comment options

@vfrolov
Comment options

@yhatt
Comment options

@thomaseizinger
Comment options

@drbeco
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@thomaseizinger
Comment options

@codingluke
Comment options

Comment options

You must be logged in to vote
2 replies
@yhatt
Comment options

@JIMMYGENN
Comment options

Comment options

You must be logged in to vote
1 reply
@yhatt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet