A (more) Modern CSS Reset
An updated CSS reset stylesheet for modern web development, focusing on better defaults and removing browser inconsistencies.
An updated CSS reset stylesheet for modern web development, focusing on better defaults and removing browser inconsistencies.
Explores the limitations of Scoped CSS in modern frameworks like React and Vue, focusing on styling child components and slot content.
A technical case study exploring how to rebuild the TechCrunch website layout using modern CSS techniques like Flexbox and Grid.
A summary of a React Rally 2023 talk on React rendering behavior, based on the author's popular in-depth guide.
A guide to identifying and fixing YAP (Yet Another Prop) Syndrome in React components by using composition over excessive props.
Explores the CSS linear() function for creating custom, non-linear easing effects in animations, moving beyond basic timing.
The author launches perfwork.com, a niche job board connecting web performance professionals with hiring companies, built with modern web tech.
A tutorial on building a radial menu using modern CSS features like trigonometric functions, the popover API, and anchor positioning, without JavaScript.
A developer details the process of creating an animated SVG logo using stroke-dasharray and stroke-dashoffset techniques.
A technical analysis of the CSS implementation in Meta's Threads app, focusing on its use of CSS Grid for post layouts.
A tutorial on integrating Bootstrap modals with HTMX and ASP.NET Core for dynamic, server-rendered modal dialogs.
A video talk from a conference covering modern CSS layout techniques and new features for web development.
A guide to packaging and bundling web components for distribution using Webpack, including configuration and dependencies.
A guide to testing CSS container queries efficiently using a custom utility or Polypane browser, with code examples in Astro.
A tutorial on creating a simple line graph using CSS clip-path and clip-mask techniques, avoiding heavy charting libraries.
Explores upcoming CSS State Container Queries, including 'stuck' and 'wrap' states, for styling based on element conditions without JavaScript.
Andy introduces a viewport logger tool to collect data on screen fragmentation and encourages testing on various devices.
A reflection on CSS Day 2023, highlighting the rapid evolution of CSS, the undervaluation of CSS skills, and the need for community building.
Explains the correct HTML structure for using CSS container queries to avoid sizing errors with container query units.
A CSS tutorial on creating animated, wavy pride flags using React, keyframe animations, and gradients for Pride Month.