Dark mode
A developer details implementing a dark mode toggle using CSS, media queries, localStorage, and tools like Claude Code and ImageMagick.
A developer details implementing a dark mode toggle using CSS, media queries, localStorage, and tools like Claude Code and ImageMagick.
A beginner's guide to CSS layout techniques including Flexbox, Grid, and responsive queries for web development.
The author proposes a new CSS feature called 'inner breakpoints' for responsive element layouts, comparing it to media and container queries.
Exploring the theme-color meta tag in Safari, including implementation for light/dark modes and JavaScript integration.
Explores the future of CSS layout, comparing the roles of @container queries and traditional @media queries in responsive web design.
A technical guide showing CSS code to force web browsers to print all website pages in grayscale.
Explores hacky JavaScript methods to detect device orientation, addressing inconsistencies across mobile devices like the Galaxy Tab.
A demonstration of recreating the iPhone keyboard interface using only CSS3, including gradients, shadows, and custom fonts.