🎯 What you'll practice: Planning and reviewing a full responsive landing page combining Lessons 7–12.
1-B 2-A 3-B 4-B | 5 = animation 6 = three 7 = nav, hero, cards/features, footer 8 = Flexbox excels at one-dimensional alignment (a single row of nav items); Grid excels at two-dimensional layouts (rows and columns of cards) — using each for its strength keeps the CSS simpler 9 = :root{--primary:#fb923c;} then background:var(--primary); | 10 = At 600px: cards go from 1 to 2 columns; at 900px: cards go from 2 to 3 columns — nav may switch from a stacked/hamburger mobile layout to a full horizontal Flexbox row at the tablet breakpoint.