Skip to main content

Common Layout Patterns

You do not need to reinvent the wheel for every web page. Certain layout patterns have proven effective through decades of web design because they align with how people naturally scan and consume content. Understanding these patterns lets you choose the right structure for each page and customize it with confidence.

Hero Sections

The hero section is the large, prominent area at the top of a page — often the first thing visitors see. It typically contains a headline, a supporting statement, a call-to-action button, and sometimes a background image or illustration.

Effective hero sections share these traits:

  • A clear value proposition in the headline — what does this product or page offer?
  • A single primary CTA — do not give the user five options; give them one clear next step
  • Generous whitespace — the hero should feel spacious, not cramped
  • Visual support — an image, illustration, or video that reinforces the message

Common hero layouts include centered text over a full-width image, a split layout with text on one side and imagery on the other, and a minimal text-only hero with a bold headline and subtle background.

Card Grids

Card-based layouts organize content into rectangular units — each card containing an image, title, description, and sometimes metadata or a CTA. Cards are versatile and work for blog posts, products, team members, portfolio projects, and more.

Design considerations for card grids:

  • Consistent card height — when cards in a row have different heights, the grid looks ragged. Use equal-height cards or a masonry layout.
  • Clear hierarchy within each card — image first, then title, then description, then secondary info. The eye should flow top to bottom.
  • Responsive behavior — cards typically reflow from 3 or 4 columns on desktop to 2 on tablet to 1 on mobile.
  • Hover states — subtle elevation changes, border highlights, or image zoom on hover provide interactive feedback.

A common grid setup is three cards per row on desktop with 24px gutters between them. Each card has a 16:9 or 4:3 image at the top, followed by a title and short description.

A sidebar layout places secondary content — navigation, filters, ads, or supplementary information — in a narrow column alongside the main content area. The main content typically occupies 8 or 9 columns of a 12-column grid, with the sidebar taking 3 or 4.

Sidebar layouts work best for:

  • Documentation sites — sidebar navigation lets readers browse sections without leaving the page
  • E-commerce — sidebar filters let shoppers narrow results while viewing products
  • Dashboards — sidebar navigation provides persistent access to different sections

On mobile, sidebars usually collapse into a hamburger menu or a dropdown, since there is not enough horizontal space for both columns.

Split Screen Layouts

A split screen divides the viewport into two equal (or near-equal) halves, each containing different content. This pattern is striking and works well for:

  • Comparison pages — showing two options or plans side by side
  • Landing pages — text on one half, image or video on the other
  • Login/signup pages — branding or illustration on one half, form on the other

The split can be vertical (left and right) or, less commonly, horizontal (top and bottom). On mobile, the two halves typically stack vertically.

F-Pattern and Z-Pattern Layouts

As discussed in visual hierarchy, eye-tracking research shows that users scan pages in predictable patterns:

  • F-pattern for text-heavy pages — users read across the top, then scan down the left side with shorter horizontal glances. Blog posts, news articles, and search results pages benefit from placing important content along the F-path.
  • Z-pattern for visual pages — users scan from top-left to top-right, then diagonally to bottom-left, then across to bottom-right. Landing pages and marketing pages leverage this by placing the logo top-left, a CTA top-right, supporting content in the center, and a secondary CTA bottom-right.

Choosing the Right Pattern

The right layout depends on the page's purpose:

  • Selling or converting: hero section with a strong CTA, followed by supporting content
  • Browsing or exploring: card grid with filters
  • Reading long-form content: single column with generous margins
  • Navigating a complex tool: sidebar layout with persistent navigation
  • Showcasing a comparison or duality: split screen

Do not force a pattern where it does not fit. Start with the content and the user's goal, then choose the pattern that serves both. The best layout is the one the user does not notice because it simply makes the content easy to find and consume.