Dev
Web engineering, tooling, and the craft of building lasting software.
2posts
-
Modern responsive design: the three-layer approach
Media queries alone are showing their age. Modern responsive design layers three techniques — fluid foundations, container queries, and media queries — each doing the job it's best at.
-
Build an accessible disclosure with details and summary
The native <details>/<summary> element is the most underrated component in HTML — a fully accessible show/hide toggle with zero JavaScript. Here's how to style it without breaking it.