CS396: Spring 2022

Intro to Web Development

CS396: Spring 2022

CSS Resources > 8. CSS Grid

Login to LinkedIn Learning via Northwestern
Introduction to Grid and Flexbox 1:36
Intro to CSS Grid 2:21
The explicit grid 5:00
The implicit grid 3:28
Grid placement properties 3:09

Additional Resources & Documentation

Examples

Example 1

Simple CSS Grid using grid-template-areas

Example 2

Responsive CSS Grid (works on mobile) using grid-template-areas

Example 3

Example 4