3.3 · Layout

Asymmetric /
Split Layout.

60/40 instead of 50/50. Visual tension instead of corporate symmetry. Second section flips the side.

What it is

Instead of dividing the page into equal 50/50 halves, asymmetric layouts use unequal proportions — like 60/40, 65/35, or 70/30. One side gets the dominant visual (large image, video, illustration), while the other side gets supporting content. The imbalance creates visual tension that makes the layout feel dynamic and intentional rather than sterile.

How it works

CSS Grid with non-equal column definitions: grid-template-columns: 3fr 2fr (60/40) or 2fr 1fr (67/33). The larger column holds the hero image. The smaller column holds the headline, description, and CTA. On mobile, both columns stack to 100% width. The key visual principle is contrast — a large, bold visual on one side creates focus.

Live demo

Two sections, opposite sides. Scroll inside.

Live
Q2 dashboard
— New feature

One view for every team.

Consolidate dashboards from across your tools into a single read-only surface. Read-only is the point.

  • 32 connectors out of the box
  • Realtime data refresh
  • Per-block share permissions
Try it free →
— Integration

Talks to everything.

From Postgres to PDFs. From Notion to your finance system's CSV exports. Plug it in, watch it work.

  • SQL, REST, GraphQL, CSV, RSS
  • Native Notion / Linear / Figma
  • Schedule any source on a cron
See integrations →
Connectors

Copy this prompt

Prompt · 3.3 Asymmetric Split
Create a product landing page using a 60/40 asymmetric split layout. Left side (60%): full-height product screenshot or mockup with subtle shadow, slightly overlapping the right column. Right side (40%): vertically centered content with a small overline label (like 'NEW FEATURE'), H2 heading, 2-paragraph description, feature checklist with checkmarks, and a CTA button. Use CSS Grid: grid-template-columns: 3fr 2fr. Add a second split section below with the layout reversed (image on right, text on left) for visual variety.

Example sites to study