\newline Logo
Left arrow icon.
Go to Preview Lesson
Go to Preview Lesson
LESSON 3.6The Center Design Pattern in CSS Grid
Course Thumbnail of Mastering CSS Layout.Mastering CSS Layout
  • MODULE 1
    Introduction

    Learn why Design Patterns are so important and how they simplify and systemize CSS layouts

    • LESSON 1.1Mastering CSS Layout Welcome
  • MODULE 2
    Design Patterns in CSS Layout

    Learn what are the 7 design patterns behind every single CSS layout in the world. What they are and when to use each of them.

    • LESSON 2.1Introduction to Design Patterns
    • LESSON 2.2The Stack Design Pattern
    • LESSON 2.3The Inline-Cluster Design Pattern
    • LESSON 2.4The Split Design Pattern
    • LESSON 2.5The Cover Design Pattern
    • LESSON 2.6The Center Design Pattern
    • LESSON 2.7The Column-Drop Design Pattern
    • LESSON 2.8The Grid Design Pattern
  • MODULE 3
    Design Patterns using CSS Grid

    Deep dive into Design Patterns using CSS Grid. Learn exactly how to build each pattern with CSS Grid and practice your skills.

    • LESSON 3.1Introduction to Application
    • LESSON 3.2The Stack Design Pattern in CSS Grid
    • LESSON 3.3The Inline-Cluster Design Pattern in CSS Grid
    • LESSON 3.4The Split Design Pattern in CSS Grid
    • LESSON 3.5The Cover Design Pattern in CSS Grid
    • LESSON 3.6The Center Design Pattern in CSS Grid
    • LESSON 3.7The Grid Design Pattern in CSS Grid
  • MODULE 4
    Design Patterns using Flexbox

    Deep dive into Design Patterns using Flexbox. Learn exactly how to build each pattern with Flexbox and practice your skills.

    • LESSON 4.1The Stack Design Pattern in Flexbox
    • LESSON 4.2The Inline-Cluster Design Pattern in Flexbox
    • LESSON 4.3The Split Design Pattern in Flexbox
    • LESSON 4.4The Responsive Split Design Pattern in Flexbox
    • LESSON 4.5The Cover Design Pattern in Flexbox
    • LESSON 4.6The Center Design Pattern in Flexbox
    • LESSON 4.7The Column Drop Design Pattern in Flexbox
  • MODULE 5
    Wrapping up

    Learn advanced layout techniques, find out when to use Flexbox and when to opt in for CSS Grid and wrap up.

    • LESSON 5.1CSS Grid vs CSS Flexbox
    • LESSON 5.2Other Layout Techniques
    • LESSON 5.3You're done!
Right arrow icon.
Go to Next Lesson
Go to Next Lesson
LESSON 4.1The Stack Design Pattern in Flexbox
  • Go Pro
  • Courses
  • Mastering CSS Layout
  • The Grid Design Pattern in CSS Grid
  • Go To Previous Lesson
    The Center Design Pattern in CSS Grid
    The Center Design Pattern in CSS Grid

    Half of the centering is done through your typical auto margin technique. The children are centering through a few extra CSS Grid properties.

  • Go To Next Lesson
    The Stack Design Pattern in Flexbox
    The Stack Design Pattern in Flexbox

    In this lesson, we will learn how to implement the stack pattern using Flexbox.