Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 642 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 642 Bytes

CSS Grid package for Elm

Based on rtfeldman/elm-css, this package will provides typesafe and responsive-by-nature layout of Html by utilizing the CSS Grid specification

See examples/ folder for usage.

*** CSS Grid Specification is the easiest way, to layout your HTML and make it responsive ***

*** CSS Grid Tutorial is one of the best interactive tutorials for CSS Grid ***

*** CSS Grid Reference is also a nice reference for CSS Grid ***