\newline Logo
Left arrow icon.
Go to Preview Lesson
Go to Preview Lesson
LESSON 2.2The Stack Design Pattern
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 2.4The Split Design Pattern
  • Go Pro
  • Courses
  • Mastering CSS Layout
  • The Inline-Cluster Design Pattern
  • Go To Previous Lesson
    The Stack Design Pattern
    The Stack Design Pattern

    The Stack design pattern is used when you need to stack elements on top of each other and set space between them.

  • Go To Next Lesson
    The Split Design Pattern
    The Split Design Pattern

    The split pattern is for putting two elements next to each other, each taking up a fraction of the inline space.