🍂
🍁
🍃
πŸ‚ Falling for CSS Scroll and Flexbox 🍁
Header uses a warm gradient and shadow for depth and interest while demonstrating a CSS Flexbox

πŸŽƒ Flex GridπŸŽƒ

πŸ‘» Using "Display:Flex" turns this section into a flex container with flex items. πŸ‘»
πŸ•·οΈ Flex items can use "flex-grow", "flex-shrink", and "flex-basis". πŸ•ΈοΈ

πŸ¦ƒ Flex Properties

πŸ₯§"Flex-Grow"

This allows items to grow to fill the available space.

πŸˆβ€β¬› "Flex-Shrink"

This allows items to shrink when there is no space available.

"Flex-Basis"

This sets the items to a specific size before they grow or shrink.
🍁 This box spans the entire row using "flex-basis" 🍁

πŸ§™πŸ»β€β™‚οΈ Scrolling Properties

"Scroll-Snap-Type"

πŸ— This allows the items to scroll in the container on an axis. This section uses"Scroll-snap-type:x" to scroll horizontally. πŸ—