How should <selectedoption> work?
A discussion on the proposed behavior and limitations of the new <selectedoption> element for styling HTML select elements.
A discussion on the proposed behavior and limitations of the new <selectedoption> element for styling HTML select elements.
A technical guide on creating HTML tables with horizontal scrolling and sticky headers using CSS.
A presentation summary covering recent and upcoming HTML and CSS web platform features like container queries, nesting, and subgrid.
A CSS expert argues for implementing masonry layout as a separate 'display: masonry' property with good defaults, rather than as part of CSS Grid.
A CSS expert argues for implementing masonry layout as a separate 'display: masonry' property, citing better defaults and easier teaching compared to using CSS Grid.
A developer shares their new role at Font Awesome, focusing on Web Awesome and improving web UI development with web components and CSS.
A web developer explores creative CSS composition using custom properties and gradients, inspired by artistic constraints.
Explores using logical properties in CSS media queries and container queries, discussing syntax improvements and current limitations.
A developer's exploration of the powerful CSS :has() pseudo-class, sharing real-world use cases and its surprising utility in modern web development.
Exploring the concept of 'buildless' web development, where code runs without bundlers or build steps, and examining modern techniques to achieve it.
A CSS developer discusses the importance of the State of CSS survey, highlighting potential bias and the need for diverse participation.
A tutorial on creating a clean, responsive timeline using CSS flexbox, with step-by-step code examples for markup and styling.
A technical guide on how to layer multiple CSS gradients to create visual effects, including a marker highlight effect for text.
A technical analysis comparing CSS Grid and Flexbox performance, finding no significant speed difference in modern browsers.
A guide on customizing the VS Code cursor with a linear gradient color using an extension and CSS.
Exploring current CSS hacks for conditionals before the official if() function arrives, discussing trade-offs between developer convenience and user needs.
Explains how to use the case-insensitive flag (i) in CSS attribute selectors to match values regardless of uppercase or lowercase letters.
The CSS WG has approved adding an inline if() function to CSS, a new feature for conditional logic within stylesheets.
A CSS expert discusses modern layout features like Grid, anchor positioning, and masonry, and why adoption of new CSS is slower than expected.
A technical article discussing responsive design challenges and proposing better CSS composition strategies for complex layout changes across breakpoints.