
Inspired by the Japanese lunchbox, this layout uses various-sized rectangles to group content into a single, cohesive block.

Based on eye-tracking studies, users scan screens in an “F” shape: top horizontal, then a shorter horizontal, then a vertical sweep down the left.

Detailed Information: https://juniortoexpert.com/en/what-is-the-f-pattern/
The eye travels from top-left to top-right, then zig-zags down to the bottom-left and finishes at the bottom-right.

Instead of multiple URLs, all content lives on one long scrolling page, often using “jump links” in the menu.
The screen is divided vertically into two equal halves.
Elements are placed in columns of the same width but varying heights, much like a stone wall.
A layout that avoids perfect balance, often using overlapping elements and “broken” grids.
| Layout Type | Primary Goal | User Experience |
| Bento | Organization | Clear, modular, and “gadget-like.” |
| F-Pattern | Information | High readability for text-heavy content. |
| Z-Pattern | Conversion | Directs the user straight to a button. |
| Masonry | Discovery | Best for visual-heavy browsing. |
| Split-Screen | Choice | Perfect for dual-intent or 50/50 focus. |
A Layout is the structural arrangement (where the boxes go), while a Template is a pre-designed file that includes the layout, colors, fonts, and often placeholder content.
They can be, but they require careful coding. On mobile, Masonry usually collapses into a single vertical column. If the order of the items matters, Masonry can sometimes make the sequence confusing on smaller screens.