Mastering Flexbox in CSS: Practical Guide

style.css|index.html
1 / 6
CSS Editor
Element 1
<div>
Element 2
<div>.box
Class Match
Element 3
<div>.box#hero
ID Match

Specificity Scoreboard

ID
0
-
Class
0
-
Type
0
Winner: Universal (*)

A.D.A:Welcome to the CSS arena. When multiple rules match an element, how does the browser decide which style wins? It's called Specificity.

Mastering Flexbox in CSS: Practical Guide

Duration: 1.0 hour
Lessons: 8
(4.7)

A practical course to master Flexbox, the essential tool for creating flexible and adaptive layouts in your web designs. Includes examples and exercises to consolidate your learning.

Curriculum

  • What is Flexbox and why use it?
  • Flex Container: display, flex-direction, flex-wrap
  • Flex Container: justify-content, align-items, align-content
  • Flex Items: order, flex-grow, flex-shrink, flex-basis
  • Flex Items: align-self
  • Practical Flexbox Exercises
  • Combining Flexbox with other CSS properties
  • Tips and Tricks for Responsive Flexbox