An open API service indexing awesome lists of open source software.

https://github.com/knowler/css-stack-layout-implementation

Reference implementations of a stack layout in CSS.
https://github.com/knowler/css-stack-layout-implementation

Last synced: 3 months ago
JSON representation

Reference implementations of a stack layout in CSS.

Awesome Lists containing this project

README

          

# Stack Layout Component Implementations in CSS

Implementating a stack layout component with just CSS.

Change the body class name between:

* **Legacy** (classes for space variable, clearfix/floats for horizontal)
* **Trusty** (flexbox + custom properties)
* **Spiffy** (Firefox only `gap` property)
* **Shiny** (grid + custom properties)