The "Flex-Flinger" Layout Lab
Spatial layout design. Click the hot-zones (corners, edges, or center) to fling the items into place. The CSS is generated in real-time.
1
2
3
display: flex;
justify-content: flex-start;
align-items: flex-start;
The stage is divided into a 3x3 grid. Clicking a zone sets the justify-content and align-items properties.
The items use a spring-based transition to make the layout feel physical.
Comments
Post a Comment
Oof!