CSS Findings From The Threads App: Part 2
A technical analysis of the CSS and layout structure used in the Meta Threads web app, exploring UI patterns and potential bugs.
A technical analysis of the CSS and layout structure used in the Meta Threads web app, exploring UI patterns and potential bugs.
An updated CSS reset stylesheet for modern web development, focusing on better defaults and removing browser inconsistencies.
A developer shares a curated list of essential tools and libraries for modern web development, including bundlers, performance testers, and VS Code extensions.
A technical case study exploring how to rebuild the TechCrunch website layout using modern CSS techniques like Flexbox and Grid.
Explores four new CSS features in Chrome 116/117 for creating smooth entry and exit animations, including display animations and top-layer control.
Explores the CSS linear() function for creating custom, non-linear easing effects in animations, moving beyond basic timing.
Exploring the Virtual Keyboard API to solve the problem of fixed UI elements being hidden by mobile keyboards, with examples and browser support details.
A tutorial on building a radial menu using modern CSS features like trigonometric functions, the popover API, and anchor positioning, without JavaScript.
A technical guide on implementing a dark-mode-specific logo in a GitHub README using SVG and CSS media queries.
A video talk from a conference covering modern CSS layout techniques and new features for web development.
A guide to testing CSS container queries efficiently using a custom utility or Polypane browser, with code examples in Astro.
Explains new CSS viewport units (svh, lvh, dvh) that solve mobile layout issues caused by dynamic browser UI elements like address bars.
A guide on using PostCSS with Eleventy's before event to process, optimize, and generate CSS for a static site.
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.
A technical guide on using Zig's metaprogramming features, specifically reflection, to parse CSS into typed structs and pretty-print the results.
A technical blog post explaining a CSS solution to remove unwanted underlines from trailing spaces in groups of inline anchor tags.
A reflection on CSS Day 2023, highlighting the rapid evolution of CSS, the undervaluation of CSS skills, and the need for community building.
A tutorial on creating fluid, responsive typography using the CSS clamp() function to make font sizes scale dynamically with screen or container size.
Explains the correct HTML structure for using CSS container queries to avoid sizing errors with container query units.