CSS - Grid Part 2

Jun 24, 2026 3:00pm UTC (Check your timezone)

Lab Theory Review Quiz Certification project

Instructors: Jess, Carmen, and Eda

Grid

Download iCal File

Before this session, please:

During this session, we’ll:

After this session, please:

Instructor notes

Design a Newspaper Layout

We’ll take a look at this exercise that lets us practice some of the CSS Grid concepts that we’ve learned!

Debugging CSS: How Can You Use the DevTools Inspection Tool and CSS Validators to Debug Your CSS?

Using DevTools, we can inspect and modify CSS in real time. We can inspect a specific element, and see all the applied style rules in the Styles tab and experiment with the values.

With DevTools, we can also simulate different screen sizes and devices, which is good for testing the responsiveness of our designs.

CSS validators also exist online, such as W3C’s CSS Validation Service. They can be useful to check for syntax errors in our CSS.

CSS Grid Review

In this unit, we’ve explored:

Build a Product Landing Page

In this exercise, we’ll practice some HTML and CSS concepts such as media queries and flexbox!