The best version of my site so far...
A developer details the major design refresh of their personal website, focusing on a monospace font, named CSS grid lines, and multi-page view transitions.
A developer details the major design refresh of their personal website, focusing on a monospace font, named CSS grid lines, and multi-page view transitions.
A technical article explaining how to randomize the visual order of items in a CSS Grid using CSS custom properties and minimal JavaScript.
Explores the debate on whether CSS masonry layout should be part of CSS Grid or a separate module, with examples and syntax considerations.
An interactive guide explaining the CSS Grid template areas feature, highlighting its simplicity and power for layout positioning compared to line numbers.
A comprehensive CSS tutorial covering multiple methods to center a div, including Flexbox, Grid, and auto margins.
An interactive tutorial explaining the fundamentals of CSS Grid, including mental models, grid construction, and alignment techniques.
A technical analysis of the CSS implementation in Meta's Threads app, focusing on its use of CSS Grid for post layouts.
A guide exploring modern responsive web design techniques, including fluid layouts, container queries, and user preference media queries for 2023 and beyond.
Explores using CSS :has() selector with animated grid tracks to create interactive layouts, with current browser support limitations.
A tutorial on building responsive bar charts using CSS Grid, with no external libraries required.
Explores modern CSS techniques to replace absolute positioning with flexbox and grid for common layout challenges like card overlays.
Explores whether modern CSS layout tools like flexbox and Grid make traditional 12-column design grids obsolete for web development.
A developer reflects on two years of writing technical articles, sharing lessons learned about consistency, teaching, and personal growth.
Explains how to create layouts in Blazor using CSS Grid and Flexbox, comparing them to XAML for .NET developers transitioning to web.
A comprehensive guide to the CSS Grid minmax() function, explaining its syntax, behavior, and practical use cases for responsive layouts.
A tutorial on creating a full-bleed webpage layout using CSS Grid, focusing on improving readability for long-form content.
A CSS tutorial on creating hover effects for irregular-shaped links in grid layouts using subgrid and accessibility considerations.
Overview of upcoming CSS layout features: Chrome's new Grid inspector, flexbox gap support, and experimental masonry layouts in Firefox.
A tutorial on using CSS Flexbox and Grid box alignment properties like align-content and justify-content to control layout.
A tutorial on using CSS Grid Template Areas for creating flexible, visually-defined layouts, with examples and comparisons to traditional grid methods.