CSSマルチカラム・ジェネレーター

Create newspaper-style multi-column text layouts with live preview. Adjust columns, gap, rule style and width.

Ad Space
Ad Space
Preview
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.
CSS Code

    

How It Works

  1. Set column count or width: Choose how many columns to divide content into, or set a minimum column width and let the browser calculate the count.
  2. Configure gaps and rules: Set the column gap size and optionally add a column rule (a decorative divider line between columns).
  3. Preview with sample text: A live preview shows how real content flows across the columns.
  4. Copy the CSS: Copy the generated column-count, column-width, column-gap, and column-rule CSS to your stylesheet.

Why Use CSS Columns?

CSS multi-column layout is perfect for newspaper-style article text, magazine-style content blocks, definition lists, and masonry-style card arrangements. Unlike Flexbox or Grid which require knowing the number of items in advance, multi-column layout automatically balances content across columns. This generator creates the correct combination of column-count and column-width properties — using column-width with column-count as a maximum creates a responsive layout that adjusts column count based on container width without media queries.

CSS Properties Generated

Related Tools

CSS Grid Generator CSS Box Model Flexbox Generator CSS Clip Path