Distributing Cards Evenly With CSS Flex And Grid
Discover how to distribute a list of cards evenly horizontally & responsively using CSS Flex and Grid. Learn the strengths of each approach and choose the right tool for your design goals.
Senior SE @Microsoft | Published author | Founder @VueJSIsrael | Speaker | @StorefrontUI | GDE | JavaScript | MDE @nuxt_js ambassador
Discover how to distribute a list of cards evenly horizontally & responsively using CSS Flex and Grid. Learn the strengths of each approach and choose the right tool for your design goals.
Resolving auto-scroll issue in Nuxt app: removed overflow:hidden & height:100% from body tag, used position:sticky for header instead. Now content scrolls smoothly with route changes or HTML anchor links.