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.
- Host: GitHub
- URL: https://github.com/knowler/css-stack-layout-implementation
- Owner: knowler
- Created: 2019-12-08T11:04:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T12:02:11.000Z (over 6 years ago)
- Last Synced: 2025-01-20T11:30:07.470Z (over 1 year ago)
- Language: HTML
- Homepage: https://css-stack-layout-implementations.netlify.com/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)