50+ CSS grid template

Layout in CSS has always beenย a difficultย task: hacking solutions using positioning, floats,ย and therefore theย one-dimensional flexbox has never been very satisfactory. Fortunately,ย thereโ€™sย a replacementย toolย to featureย to our arsenal: CSS Grid Layout.ย itโ€™sย an amazingly powerful layout systemย that allowsย usย to styleย pagesย using aย two-dimensional grid โ€“ offeringย the typeย of fine-grained layout control that print designersย take for granted!

Grid Layoutโ€™s been in development forย a short time, but has recently been made a W3C candidate recommendation and has been added to most ofย the mainย browsers, soย it is preparedย forย clock time.

This collection includes:

Image Mosaic Effect with CSS Grids & Blend Modes

Author

Dudley Storey

Made With

HTML,CSS(SCSS)

CSS Grid: Calendar

Author

Olivia Ng

Made With

HTML(PUG),CSS(SCSS)

CSS Grid: Form to Badge

Author

Olivia Ng

Made With

HTML(PUG),CSS(SCSS),JS

Procedurally Generated CSS Numbers

Author

Adam Kuhn

Made With

HTML(HAML),CSS(SCSS),JS

CSS Grid Poster

Author

jakob-e

Made With

HTML(PUG),CSS(SCSS)

CSS Grid Responsive โ€“ Books

Author

Andy Barefoot

Made With

HTML,CSS,JS

CSS Grid Layout Demo

Author

Stacy

Made With

HTML,CSS(SCSS)

CSS Grid: Bullet Journal

Author

Olivia Ng

Made With

HTML(PUG),CSS(SCSS)

CSS Grid: Makeup Palettes

Author

Olivia Ng

Made With

HTML(PUG),CSS(SCSS)

Isometric Card Grid

A remake of an older demo, which is a Codrops-inspired scrollable grid component. This time, I used CSS grid to organize the cards, a vanilla CSS variable to control the scrolling, and much less JavaScript.

Due to use of some modern CSS techniques, this demo wonโ€™t work properly in IE.

Author

Jon Kantner

Made With

HTML(PUG),CSS,JS