The Bento Trend Explained

Bento grids are everywhere, from Apple’s landing pages to SaaS dashboards. They offer a clean way to display disparate information in a unified visual language.

Step 1: The HTML Structure

Wrap your items in a container and assign unique classes to the larger “feature” boxes.

Step 2: The CSS Magic

Using grid-template-areas is the easiest way to manage this. It allows you to literally “draw” your layout in your code.

Download the full source code in our HTML/CSS Snippets section!