Skip to main content
← All Tags

CSS Properties

2 articles in this category

AI NewsLayoutCSS Properties

Optimizing Web Layouts with Chrome 145 CSS Multi-Column Wrapping

Chrome 145 introduces column-height and column-wrap properties to enable 2D flows in multi-column layouts, eliminating horizontal scrolling by wrapping overflow into new rows.

Read more
AI NewsCSS PropertiesStacking Contexts

Eliminating CSS Magic Numbers with z-index Tokenization

Amit Sheen introduces a token-based system to solve z-index 'magic number' chaos, leveraging the 32-bit integer limit and CSS variables for scalable UI layering.

Read more