CSS Layouts Quick Reference

CSS Grid: default layout

See the Pen CSS Grid - default layout by Omkar Patil (@ospatil) on CodePen.


CSS Grid: header, main area and footer using rows with sticky header and footer

See the Pen CSS Grid - default layout by Omkar Patil (@ospatil) on CodePen.


CSS Grid: column layout

See the Pen CSS Grid - column layout by Omkar Patil (@ospatil) on CodePen.


CSS Grid: sidebar and main area using column layout

See the Pen CSS Grid - sidebar and main area using column layout by Omkar Patil (@ospatil) on CodePen.


CSS Grid: Grid areas

See the Pen CSS Grid - grid areas by Omkar Patil (@ospatil) on CodePen.


CSS Grid: fully centered

See the Pen CSS Grid - centering by Omkar Patil (@ospatil) on CodePen.