AI & ML

Artificial intelligence and machine learning news

Approximating contrast-color() With Other CSS Features

Approximating contrast-color() With Other CSS Features

The new contrast-color() function is not fully supported yet. But can we still implement it in a cross-browser friendly way using other new CSS features? Approximating contrast-color() With Other CSS ...

Feb 11, 2026 5 min read
Making a Responsive Pyramidal Grid With Modern CSS

Making a Responsive Pyramidal Grid With Modern CSS

This is the second part of a small two-part series. In this article, we will explore another type of grid: a pyramidal one. We are still working with hexagon shapes, but a different organization of th...

Feb 12, 2026 5 min read
Interop 2026

Interop 2026

Interop 2026 is officially a thing and there's plenty of new (and even old) CSS features that we can look forward to being cross-browser compatible and consistent! Interop 2026 originally published on...

Feb 17, 2026 5 min read
Spiral Scrollytelling in CSS With sibling-index()

Spiral Scrollytelling in CSS With sibling-index()

Lee accepts a challenge: arranging text in a spiral that animates as a vortex on scroll... all in CSS. Spiral Scrollytelling in CSS With sibling-index() originally published on CSS-Tricks, which is pa...

Feb 17, 2026 5 min read
Potentially Coming to a Browser :near() You

Potentially Coming to a Browser :near() You

Danny has several ideas for how we could use :near(), a proposed pseudo-class that detects when the pointer is near an element. Potentially Coming to a Browser :near() You originally published on CSS-...

Feb 20, 2026 5 min read
An Exploit … in CSS?!

An Exploit … in CSS?!

Read an explanation of the recent CVE-2026-2441 vulnerability that was labeled a "CSS exploit" that "allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page." An E...

Feb 25, 2026 5 min read
Yet Another Way to Center an (Absolute) Element

Yet Another Way to Center an (Absolute) Element

TL;DR: We can center absolute-positioned elements in three lines of CSS. And it works on all browsers! Yet Another Way to Center an (Absolute) Element originally published on CSS-Tricks, which is part...

Feb 27, 2026 5 min read
Popover API or Dialog API: Which to Choose?

Popover API or Dialog API: Which to Choose?

Choosing between Popover API and Dialog API is difficult because they seem to do the same job, but they don’t! After a bit lots of research, I discovered that the Popover API and Dialog API are wildly...

Mar 02, 2026 5 min read
The Different Ways to Select <html> in CSS

The Different Ways to Select <html> in CSS

Sure, we can select the <html> element in CSS with, you know, a simple element selector, html. But what other (trivial and perhaps useless) ways can we do it? The Different Ways to Select <...

Mar 05, 2026 5 min read
The Missing Control Plane in Cloud-Native Supply Chains 

The Missing Control Plane in Cloud-Native Supply Chains 

Explore how an artifact access plane can improve Kubernetes platform performance, scalability, and security by standardizing how artifacts are governed and delivered, aligning with CNCF ecosystem init...

Mar 04, 2026 5 min read
Promotion Across Kubernetes and Hybrid Environments

Promotion Across Kubernetes and Hybrid Environments

In 2026, multi- and hybrid environments are increasingly the norm. For platform engineering, DevOps and application developers, this adds complexity to the software delivery lifecycle. For cloud-nativ...

Mar 05, 2026 5 min read