Back to list
Lv.1

Grid Layout

Grid Layout

A design technique that divides the screen into a grid and neatly arranges text and images within it.

In Simple Terms

Grid layout is a design technique that treats the screen like a set of grid cells to organize and arrange information. You'll often see it used on news websites and photo apps, where articles or photos line up neatly in rows and columns. By adjusting the width of the grid cells, the layout can automatically adapt to fit different screen sizes, whether you're viewing it on a smartphone or a computer.

Behind the Name

The name "grid" evokes a pattern of intersecting horizontal and vertical lines, like a lattice or checkerboard. That's exactly how this technique works: invisible lines divide the screen into cells, and text and images are placed along them. Using that framework of lines as the basis for arranging content is where the name comes from.

Take a Closer Look!

Grid layout is a design technique that divides a website or app screen into cells using horizontal and vertical lines, then arranges images and text along those cells.
This approach makes it possible to organize information of many different sizes in a clean, easy-to-follow way.

Roughly speaking, it's like fitting books neatly into the compartments of a bookshelf: content gets placed into fixed frames on the screen.
Because this naturally aligns the height and width of each piece of content, it brings a sense of unity even to information that would otherwise look scattered and inconsistent.
It also helps keep the overall balance intact even when text and images come in very different sizes.

Another major strength is that it adapts easily to devices with different screen sizes, like smartphones and computers.
For example, a wide computer screen might show four columns side by side, while a narrow smartphone screen switches to a single column - and this kind of layout change happens smoothly.
Grid layout is widely used as one of the fundamental techniques in website and app design.

CategoryDesignWeb