Creating Page Layouts w/CSS: Grid
CSCI 185, Spring 2024�Intro to Computer Programming for the Web
1
Announcements
2
Overview of the Next Two Weeks
3
Outline
4
Outline
5
Flex v. Grid
Common to both:
Flex:
Grid:
More here: Grid v. Flexbox: Which to use when?
Outline
7
8
CSS Grid
Gives you control over how your website is laid out in both the horizontal and vertical directions.
9
Exercise 1: Create this Layout (01-columns)
10
Desktop
Tablet
Mobile
Exercise 2: Create this Layout (02-columns-rows)
11
Exercise 3: Create this Layout (03-responsive-layout-grid)
12
13
14
15
Outline
16
Intro to HW4
17
Outline
18
Project 1
19