SlideShare a Scribd company logo
2
Most read
8
Most read
10
Most read
CSS GRID
LAYOUT
Brave New Web Design
A BRIEF HISTORY IN WEBPAGE LAYOUT
First Webpage 1992
A BRIEF HISTORY IN WEBPAGE LAYOUT
Yahoo! Website 2002Yahoo! Website 1996
A BRIEF HISTORY IN WEBPAGE LAYOUT
Yahoo! Website 2017Yahoo! Website 2009
CSS GRID LAYOUT DEFINITION
A grid is an intersecting set of horizontal and vertical lines. One
set defining rows and one set defining columns. Elements can be
placed onto the grid, respecting these column and row lines.
CSS GRID LAYOUT LEVEL 1 SPECIFICATION
★ Two-dimensional grid-based layout system.
★ Fixed track sizes (px) and/or flexible track sizes (%, fr).
★ Precise item placement through line numbers, names or areas. 

Algorithm for non-defined items included.
★ Automated creation of additional tracks to hold content e.g. 

add as many rows as will fit in container.
★ Alignment control of grid and grid elements.
★ Overlapping content control through z-index.
CSS GRID LAYOUT SUPPORT
Source: caniuse.com 2.08.2017
CSS GRID LAYOUT TERMINOLOGY
★ Grid Container > Element to which display:grid; is applied.
★ Grid Item > Direct descendants of the grid container.
★ Grid Line > Dividing lines of the grid structure. Horizontal (row)
and vertical (column) lines.
★ Grid Track > The space between two adjacent grid lines.
★ Grid Cell > Single unit. Space between 2 adjacent column and
row grid lines.
★ Grid Area > Total space surrounded by 4 grid lines. Can consists
of a numerous grid cells.
CSS GRID LAYOUT TERMINOLOGY
CSS GRID CONTAINER PROPERTIES
★ display: grid | inline-grid | subgrid
★ grid-template-columns: <track-size> ... | <line-name> <track-
size> …
★ grid-template-rows <track-size> ... | <line-name> <track-
size> …
★ grid-column-gap | grid-row-gap <line-size>
★ grid: none | <grid-template-rows> / <grid-template-columns> |
<grid-auto-flow> [<grid-auto-rows> [/ <grid-auto-columns>]]
★ justify-items | align-items: start | end | center | stretch
★ justify-content | align-content: start | end | center | stretch
CSS GRID FUNCTIONS
★ MinMax()

grid-auto-rows

with a minimum height (px) but expanding with content (auto).
★ Auto-placement and order 

grid-auto-flow: column | row | dense

By default items are laid out by row.
★ Flexible filling of tracks 

auto-fit | auto-fill

Use in combination with minmax() to achieve flexible filling of
tracks on grid in viewport.
★ and many more …
CSS GRID ELEMENT PROPERTIES
★ grid-column-start, grid-column-end, 

grid-row-start, grid-row-end: <number> | <name> | 

span <number> | span <name> | auto
★ grid-column | grid-row: <start-line> / <end-line>
★ grid-area: <name> | <row-start> / <column-start> / <row-
end> / <column-end>
★ justify-self: start | end | center | stretch
★ align-self: start | end | center | stretch
CSS GRID LAYOUT RESOURCES
★ Great work by Rachel Andrew: https://gridbyexample.com/
★ Rachel Andrew’s Website & Blog: https://rachelandrew.co.uk/
★ Rachel Andrew’s Weekly Newsletter: http://csslayout.news/
★ Jen Simmons Work on CSS: http://jensimmons.com/
★ Jen Simmons Lab with Examples: http://labs.jensimmons.com/
★ Mozilla Developer Network Documentation:

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
★ Playtime: http://cssgridgarden.com/ and http://flexboxfroggy.com/
★ Beauty: http://www.csszengarden.com/
★ All things CSS: https://css-tricks.com/
“Becoming someone who understands
CSS, rather than someone who just
uses CSS, will give you a huge
advantage in your work.
Rachel Andrew
THANK YOU!
ajara i. pfannenschmidt
web craftswoman
@ip_nagare
ip@nagare.eu
Ad

Recommended

CSS Grid
CSS Grid
Digital Surgeons
 
Bootstrap 5 ppt
Bootstrap 5 ppt
Mallikarjuna G D
 
Personal website design
Personal website design
Jingguo Jiang
 
Javascript
Javascript
mussawir20
 
ReactDC Intro to NextJS 9
ReactDC Intro to NextJS 9
Allison Kunz
 
Web Performance Optimization
Web Performance Optimization
Livares Technologies Pvt Ltd
 
Spark SQL Tutorial | Spark SQL Using Scala | Apache Spark Tutorial For Beginn...
Spark SQL Tutorial | Spark SQL Using Scala | Apache Spark Tutorial For Beginn...
Simplilearn
 
Spring boot jpa
Spring boot jpa
Hamid Ghorbani
 
android layouts
android layouts
Deepa Rani
 
Aria interview questions
Aria interview questions
learnstraightsap
 
Introducing CSS Grid Layout
Introducing CSS Grid Layout
Rachel Andrew
 
Callbacks, Promises, and Coroutines (oh my!): Asynchronous Programming Patter...
Callbacks, Promises, and Coroutines (oh my!): Asynchronous Programming Patter...
Domenic Denicola
 
CSS Day: CSS Grid Layout
CSS Day: CSS Grid Layout
Rachel Andrew
 
Html 5 New Features
Html 5 New Features
Ata Ebrahimi
 
Express js
Express js
Manav Prasad
 
Android Development - ConstraintLayout
Android Development - ConstraintLayout
Manuel Vicente Vivo
 
angular fundamentals.pdf
angular fundamentals.pdf
NuttavutThongjor1
 
App development with quasar (pdf)
App development with quasar (pdf)
wonyong hwang
 
Javascript
Javascript
Mayank Bhatt
 
JavaScript - Chapter 11 - Events
JavaScript - Chapter 11 - Events
WebStackAcademy
 
What's new in NextJS 13_.pdf
What's new in NextJS 13_.pdf
TapanPatel847364
 
Java Script ppt
Java Script ppt
Priya Goyal
 
7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation
JohnLagman3
 
New Elements & Features in HTML5
New Elements & Features in HTML5
Jamshid Hashimi
 
jQuery PPT
jQuery PPT
Dominic Arrojado
 
What is the best steps for seo ? ppt
What is the best steps for seo ? ppt
e-Definers Technology
 
Intro to HTML & CSS
Intro to HTML & CSS
Syed Sami
 
JavaScript Tutorial
JavaScript Tutorial
Bui Kiet
 
17523630.ppt
17523630.ppt
ssusere2bc36
 
2D Page Layout
2D Page Layout
Unfold UI
 

More Related Content

What's hot (20)

android layouts
android layouts
Deepa Rani
 
Aria interview questions
Aria interview questions
learnstraightsap
 
Introducing CSS Grid Layout
Introducing CSS Grid Layout
Rachel Andrew
 
Callbacks, Promises, and Coroutines (oh my!): Asynchronous Programming Patter...
Callbacks, Promises, and Coroutines (oh my!): Asynchronous Programming Patter...
Domenic Denicola
 
CSS Day: CSS Grid Layout
CSS Day: CSS Grid Layout
Rachel Andrew
 
Html 5 New Features
Html 5 New Features
Ata Ebrahimi
 
Express js
Express js
Manav Prasad
 
Android Development - ConstraintLayout
Android Development - ConstraintLayout
Manuel Vicente Vivo
 
angular fundamentals.pdf
angular fundamentals.pdf
NuttavutThongjor1
 
App development with quasar (pdf)
App development with quasar (pdf)
wonyong hwang
 
Javascript
Javascript
Mayank Bhatt
 
JavaScript - Chapter 11 - Events
JavaScript - Chapter 11 - Events
WebStackAcademy
 
What's new in NextJS 13_.pdf
What's new in NextJS 13_.pdf
TapanPatel847364
 
Java Script ppt
Java Script ppt
Priya Goyal
 
7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation
JohnLagman3
 
New Elements & Features in HTML5
New Elements & Features in HTML5
Jamshid Hashimi
 
jQuery PPT
jQuery PPT
Dominic Arrojado
 
What is the best steps for seo ? ppt
What is the best steps for seo ? ppt
e-Definers Technology
 
Intro to HTML & CSS
Intro to HTML & CSS
Syed Sami
 
JavaScript Tutorial
JavaScript Tutorial
Bui Kiet
 
android layouts
android layouts
Deepa Rani
 
Introducing CSS Grid Layout
Introducing CSS Grid Layout
Rachel Andrew
 
Callbacks, Promises, and Coroutines (oh my!): Asynchronous Programming Patter...
Callbacks, Promises, and Coroutines (oh my!): Asynchronous Programming Patter...
Domenic Denicola
 
CSS Day: CSS Grid Layout
CSS Day: CSS Grid Layout
Rachel Andrew
 
Html 5 New Features
Html 5 New Features
Ata Ebrahimi
 
Android Development - ConstraintLayout
Android Development - ConstraintLayout
Manuel Vicente Vivo
 
App development with quasar (pdf)
App development with quasar (pdf)
wonyong hwang
 
JavaScript - Chapter 11 - Events
JavaScript - Chapter 11 - Events
WebStackAcademy
 
What's new in NextJS 13_.pdf
What's new in NextJS 13_.pdf
TapanPatel847364
 
7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation
JohnLagman3
 
New Elements & Features in HTML5
New Elements & Features in HTML5
Jamshid Hashimi
 
What is the best steps for seo ? ppt
What is the best steps for seo ? ppt
e-Definers Technology
 
Intro to HTML & CSS
Intro to HTML & CSS
Syed Sami
 
JavaScript Tutorial
JavaScript Tutorial
Bui Kiet
 

Similar to CSS Grid Layout Introduction (20)

17523630.ppt
17523630.ppt
ssusere2bc36
 
2D Page Layout
2D Page Layout
Unfold UI
 
Making the most of New CSS Layout
Making the most of New CSS Layout
Rachel Andrew
 
Css Grid Layout - A Short Introduction - Part 1
Css Grid Layout - A Short Introduction - Part 1
Adam Michalowski
 
CSS Grid Layout. Implementation status and roadmap (Webkit Contributors Meeti...
CSS Grid Layout. Implementation status and roadmap (Webkit Contributors Meeti...
Igalia
 
Evergreen websites for Evergreen browsers
Evergreen websites for Evergreen browsers
Rachel Andrew
 
CSS3 for web designer - How to design a visually appealing website
CSS3 for web designer - How to design a visually appealing website
Mario Hernandez
 
Unlocking the Power of CSS Grid Layout
Unlocking the Power of CSS Grid Layout
Rachel Andrew
 
All Day Hey! Unlocking The Power of CSS Grid Layout
All Day Hey! Unlocking The Power of CSS Grid Layout
Rachel Andrew
 
Frontend United: Start using CSS Grid Layout today!
Frontend United: Start using CSS Grid Layout today!
Rachel Andrew
 
Talk Web Design: Get Ready For CSS Grid Layout
Talk Web Design: Get Ready For CSS Grid Layout
Rachel Andrew
 
CSS Boc model
CSS Boc model
Yaowaluck Promdee
 
CSS Grid Layout from the inside out (HTML5DevConf Autumn 2015)
CSS Grid Layout from the inside out (HTML5DevConf Autumn 2015)
Igalia
 
Introduction to CSS Grid Layout
Introduction to CSS Grid Layout
Rachel Andrew
 
An Event Apart Nashville: CSS Grid Layout
An Event Apart Nashville: CSS Grid Layout
Rachel Andrew
 
The Future State of Layout
The Future State of Layout
Stephen Hay
 
New CSS Meets the Real World
New CSS Meets the Real World
Rachel Andrew
 
CSS and CSS3
CSS and CSS3
Robyn Overstreet
 
SmashingConf SF: Unlocking the Power of CSS Grid Layout
SmashingConf SF: Unlocking the Power of CSS Grid Layout
Rachel Andrew
 
CSS Grid Layout for Frontend NE
CSS Grid Layout for Frontend NE
Rachel Andrew
 
2D Page Layout
2D Page Layout
Unfold UI
 
Making the most of New CSS Layout
Making the most of New CSS Layout
Rachel Andrew
 
Css Grid Layout - A Short Introduction - Part 1
Css Grid Layout - A Short Introduction - Part 1
Adam Michalowski
 
CSS Grid Layout. Implementation status and roadmap (Webkit Contributors Meeti...
CSS Grid Layout. Implementation status and roadmap (Webkit Contributors Meeti...
Igalia
 
Evergreen websites for Evergreen browsers
Evergreen websites for Evergreen browsers
Rachel Andrew
 
CSS3 for web designer - How to design a visually appealing website
CSS3 for web designer - How to design a visually appealing website
Mario Hernandez
 
Unlocking the Power of CSS Grid Layout
Unlocking the Power of CSS Grid Layout
Rachel Andrew
 
All Day Hey! Unlocking The Power of CSS Grid Layout
All Day Hey! Unlocking The Power of CSS Grid Layout
Rachel Andrew
 
Frontend United: Start using CSS Grid Layout today!
Frontend United: Start using CSS Grid Layout today!
Rachel Andrew
 
Talk Web Design: Get Ready For CSS Grid Layout
Talk Web Design: Get Ready For CSS Grid Layout
Rachel Andrew
 
CSS Grid Layout from the inside out (HTML5DevConf Autumn 2015)
CSS Grid Layout from the inside out (HTML5DevConf Autumn 2015)
Igalia
 
Introduction to CSS Grid Layout
Introduction to CSS Grid Layout
Rachel Andrew
 
An Event Apart Nashville: CSS Grid Layout
An Event Apart Nashville: CSS Grid Layout
Rachel Andrew
 
The Future State of Layout
The Future State of Layout
Stephen Hay
 
New CSS Meets the Real World
New CSS Meets the Real World
Rachel Andrew
 
SmashingConf SF: Unlocking the Power of CSS Grid Layout
SmashingConf SF: Unlocking the Power of CSS Grid Layout
Rachel Andrew
 
CSS Grid Layout for Frontend NE
CSS Grid Layout for Frontend NE
Rachel Andrew
 
Ad

Recently uploaded (20)

FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
Samuel Thuo
 
AI-Driven-Personalization-in-UX-Designing-for-One-in-a-Million.pdf
AI-Driven-Personalization-in-UX-Designing-for-One-in-a-Million.pdf
Sultan Shalakhti
 
Guildford Flames Adam Long Helmet Design Challenge 2025
Guildford Flames Adam Long Helmet Design Challenge 2025
Tom Hutchinson
 
Formal Informal Apology letter.pptxvvvvv
Formal Informal Apology letter.pptxvvvvv
iqlimajurayeva
 
Genting Kecamatan Samadua Tahun 2025.pptx
Genting Kecamatan Samadua Tahun 2025.pptx
fazrulichsanmilan
 
3 bedroom bungalow and all bedrooms ensuite
3 bedroom bungalow and all bedrooms ensuite
modele dawodu
 
Clamp_and_bend_device_exercisee_DSD.pptx
Clamp_and_bend_device_exercisee_DSD.pptx
DhanushJCS1
 
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
riteshsahdev2
 
Numbers 1 to 100 Circle Flashcard s.pptx
Numbers 1 to 100 Circle Flashcard s.pptx
KarenGimena1
 
Chapter 5 - 1.ppt,Chapter 5 - 1.ppt,Chapter 5 - 1.ppt
Chapter 5 - 1.ppt,Chapter 5 - 1.ppt,Chapter 5 - 1.ppt
NaveedRehman55
 
The_Geometry_of_Natshshshshshsbsure.pptx
The_Geometry_of_Natshshshshshsbsure.pptx
sambal5
 
COMMERCE.pdfdxxcchbbnnnnbbnxxcvvvvvvbbbbbbbbbbbbb
COMMERCE.pdfdxxcchbbnnnnbbnxxcvvvvvvbbbbbbbbbbbbb
shivanshsahu0108
 
Indian_Constitution_Presentation.pptx , images
Indian_Constitution_Presentation.pptx , images
jaglandushyant
 
Quectel M10 AT commands Arduino Microcontroller
Quectel M10 AT commands Arduino Microcontroller
AdamSunusiHaruna1
 
animewitcher.cc https://animewitcher.cc/
animewitcher.cc https://animewitcher.cc/
Anime witcher
 
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
taqyea
 
Exploring the Diverse Types of Textual Aids
Exploring the Diverse Types of Textual Aids
jenicahmendoza1
 
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
 
3 bedroom bungalow with all bedroom ensuite
3 bedroom bungalow with all bedroom ensuite
modele dawodu
 
PowerISO Crack 9.0 + Serial Key Free Download 2025
PowerISO Crack 9.0 + Serial Key Free Download 2025
Ayesha khan
 
FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
Samuel Thuo
 
AI-Driven-Personalization-in-UX-Designing-for-One-in-a-Million.pdf
AI-Driven-Personalization-in-UX-Designing-for-One-in-a-Million.pdf
Sultan Shalakhti
 
Guildford Flames Adam Long Helmet Design Challenge 2025
Guildford Flames Adam Long Helmet Design Challenge 2025
Tom Hutchinson
 
Formal Informal Apology letter.pptxvvvvv
Formal Informal Apology letter.pptxvvvvv
iqlimajurayeva
 
Genting Kecamatan Samadua Tahun 2025.pptx
Genting Kecamatan Samadua Tahun 2025.pptx
fazrulichsanmilan
 
3 bedroom bungalow and all bedrooms ensuite
3 bedroom bungalow and all bedrooms ensuite
modele dawodu
 
Clamp_and_bend_device_exercisee_DSD.pptx
Clamp_and_bend_device_exercisee_DSD.pptx
DhanushJCS1
 
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
riteshsahdev2
 
Numbers 1 to 100 Circle Flashcard s.pptx
Numbers 1 to 100 Circle Flashcard s.pptx
KarenGimena1
 
Chapter 5 - 1.ppt,Chapter 5 - 1.ppt,Chapter 5 - 1.ppt
Chapter 5 - 1.ppt,Chapter 5 - 1.ppt,Chapter 5 - 1.ppt
NaveedRehman55
 
The_Geometry_of_Natshshshshshsbsure.pptx
The_Geometry_of_Natshshshshshsbsure.pptx
sambal5
 
COMMERCE.pdfdxxcchbbnnnnbbnxxcvvvvvvbbbbbbbbbbbbb
COMMERCE.pdfdxxcchbbnnnnbbnxxcvvvvvvbbbbbbbbbbbbb
shivanshsahu0108
 
Indian_Constitution_Presentation.pptx , images
Indian_Constitution_Presentation.pptx , images
jaglandushyant
 
Quectel M10 AT commands Arduino Microcontroller
Quectel M10 AT commands Arduino Microcontroller
AdamSunusiHaruna1
 
animewitcher.cc https://animewitcher.cc/
animewitcher.cc https://animewitcher.cc/
Anime witcher
 
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
taqyea
 
Exploring the Diverse Types of Textual Aids
Exploring the Diverse Types of Textual Aids
jenicahmendoza1
 
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
 
3 bedroom bungalow with all bedroom ensuite
3 bedroom bungalow with all bedroom ensuite
modele dawodu
 
PowerISO Crack 9.0 + Serial Key Free Download 2025
PowerISO Crack 9.0 + Serial Key Free Download 2025
Ayesha khan
 
Ad

CSS Grid Layout Introduction

  • 2. A BRIEF HISTORY IN WEBPAGE LAYOUT First Webpage 1992
  • 3. A BRIEF HISTORY IN WEBPAGE LAYOUT Yahoo! Website 2002Yahoo! Website 1996
  • 4. A BRIEF HISTORY IN WEBPAGE LAYOUT Yahoo! Website 2017Yahoo! Website 2009
  • 5. CSS GRID LAYOUT DEFINITION A grid is an intersecting set of horizontal and vertical lines. One set defining rows and one set defining columns. Elements can be placed onto the grid, respecting these column and row lines.
  • 6. CSS GRID LAYOUT LEVEL 1 SPECIFICATION ★ Two-dimensional grid-based layout system. ★ Fixed track sizes (px) and/or flexible track sizes (%, fr). ★ Precise item placement through line numbers, names or areas. 
 Algorithm for non-defined items included. ★ Automated creation of additional tracks to hold content e.g. 
 add as many rows as will fit in container. ★ Alignment control of grid and grid elements. ★ Overlapping content control through z-index.
  • 7. CSS GRID LAYOUT SUPPORT Source: caniuse.com 2.08.2017
  • 8. CSS GRID LAYOUT TERMINOLOGY ★ Grid Container > Element to which display:grid; is applied. ★ Grid Item > Direct descendants of the grid container. ★ Grid Line > Dividing lines of the grid structure. Horizontal (row) and vertical (column) lines. ★ Grid Track > The space between two adjacent grid lines. ★ Grid Cell > Single unit. Space between 2 adjacent column and row grid lines. ★ Grid Area > Total space surrounded by 4 grid lines. Can consists of a numerous grid cells.
  • 9. CSS GRID LAYOUT TERMINOLOGY
  • 10. CSS GRID CONTAINER PROPERTIES ★ display: grid | inline-grid | subgrid ★ grid-template-columns: <track-size> ... | <line-name> <track- size> … ★ grid-template-rows <track-size> ... | <line-name> <track- size> … ★ grid-column-gap | grid-row-gap <line-size> ★ grid: none | <grid-template-rows> / <grid-template-columns> | <grid-auto-flow> [<grid-auto-rows> [/ <grid-auto-columns>]] ★ justify-items | align-items: start | end | center | stretch ★ justify-content | align-content: start | end | center | stretch
  • 11. CSS GRID FUNCTIONS ★ MinMax()
 grid-auto-rows
 with a minimum height (px) but expanding with content (auto). ★ Auto-placement and order 
 grid-auto-flow: column | row | dense
 By default items are laid out by row. ★ Flexible filling of tracks 
 auto-fit | auto-fill
 Use in combination with minmax() to achieve flexible filling of tracks on grid in viewport. ★ and many more …
  • 12. CSS GRID ELEMENT PROPERTIES ★ grid-column-start, grid-column-end, 
 grid-row-start, grid-row-end: <number> | <name> | 
 span <number> | span <name> | auto ★ grid-column | grid-row: <start-line> / <end-line> ★ grid-area: <name> | <row-start> / <column-start> / <row- end> / <column-end> ★ justify-self: start | end | center | stretch ★ align-self: start | end | center | stretch
  • 13. CSS GRID LAYOUT RESOURCES ★ Great work by Rachel Andrew: https://gridbyexample.com/ ★ Rachel Andrew’s Website & Blog: https://rachelandrew.co.uk/ ★ Rachel Andrew’s Weekly Newsletter: http://csslayout.news/ ★ Jen Simmons Work on CSS: http://jensimmons.com/ ★ Jen Simmons Lab with Examples: http://labs.jensimmons.com/ ★ Mozilla Developer Network Documentation:
 https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout ★ Playtime: http://cssgridgarden.com/ and http://flexboxfroggy.com/ ★ Beauty: http://www.csszengarden.com/ ★ All things CSS: https://css-tricks.com/
  • 14. “Becoming someone who understands CSS, rather than someone who just uses CSS, will give you a huge advantage in your work. Rachel Andrew
  • 15. THANK YOU! ajara i. pfannenschmidt web craftswoman @ip_nagare [email protected]