CSS bank Flexbox CSS / 8 questions Your progress 0 / 8 done Saved in this browser. Reset All 8 Easy 1 Medium 6 Hard 1 Hide done No questions match those filters. 1 What's the difference between the main axis and cross axis, and how does `flex-direction` change them? Easy 2 What does the `flex` shorthand `flex: 1` expand to, and what do each of the three values mean? Medium 3 Why does `flex-shrink` sometimes shrink an item below its content size, and how do you prevent it? Medium 4 Explain the difference between `justify-content`, `align-items`, and `align-content`. Medium 5 Why doesn't `margin: auto` center a flex item the way people expect — and when does it actually work? Medium 6 What is `flex-basis` and how does it differ from `width`? Medium 7 How do you build a sticky footer that stays at the bottom on short pages using flexbox? Medium 8 Why can a flex item overflow its container even with `overflow: hidden`, and what does `min-width: 0` fix? Hard ← Previous Box Model & Sizing Next → Grid