Lab 07: Responsive Architecture
Overview
Step 1: Fluid Type Scale — Math
Musical scale ratios for typography:
Minor Third: 1.200 (comfortable, compact)
Major Third: 1.250 (clear hierarchy)
Perfect Fourth: 1.333 (dramatic, common)
Golden Ratio: 1.618 (bold hierarchy)
clamp(min, preferred, max)
min = minimum at small viewport (320px)
max = maximum at large viewport (1280px)
preferred = slope * 100vw + intercept
Slope = (maxPx - minPx) / (maxVw - minVw)
Intercept = minPx - slope * minVwStep 2: Fluid Type Scale Generator
Step 3: Fluid Spacing Scale
Step 4: Container Queries Architecture
Step 5: Intrinsic Layout — auto-fill vs auto-fit
Step 6: Responsive Images
Step 7: Viewport Units — svh/dvh/lvh
Step 8: Capstone — Fluid Type Scale
Summary
Technique
CSS Feature
Use Case
Last updated
