@container and :has(): two powerful new responsive APIs landing in Chromium 105 - Chrome Developers
"Container queries and :has() are a match made in responsive heaven. Luckily, both of these features are landing together in Chromium 105. This is a huge release with two highly-requested features for responsive interfaces!"
Holograms, light-leaks and how to build CSS-only shaders - Robb Owen
Get a shiny WebGL look without actually using WebGL. In this article we take a look at how CSS blend modes unleash the potential of cool compositing effects without the need for JavaScript
Simplify Your Color Palette With CSS Color-Mix() — Smashing Magazine
CSS color-mix is an experimental function that blends two colors and can be used to simplify color palettes. You can define a color palette and theme without too much effort using CSS color-mix().
Lesser-Known And Underused CSS Features In 2022 — Smashing Magazine
CSS is constantly evolving, and some cool and useful properties either go completely unnoticed or are not talked about as much as others for some reason or another. In this article, we’ll cover a fraction of those CSS properties and selectors.
CSS Transforms: The Old the New and the Remarkable
CSS Transforms have been around for a while now and are supported by all major browsers. You can do amazing things with CSS transform, as you’ll learn in this course.
Reducing The Need For Pseudo-Elements — Smashing Magazine
For years, pseudo-elements have faithfully helped front-end developers implement creative designs. While they still have an important place, we can now leave pseudo-elements behind in some scenarios, thanks to newer CSS properties.
CSS Transforms: The Old the New and the Remarkable
CSS Transforms have been around for a while now and are supported by all major browsers. You can do amazing things with CSS transform, as you’ll learn in this course.
2022 is shaping up to be a pretty great year for CSS, with a plethora of new features on the horizon. Some are already starting to land in browsers, others are likely to gain widespread browser support in 2022, while for one or two the process may be a little longer. In this article we’ll take a look at a few of them.
When I first learned that the path() function is supported in the clip-path attribute,
I was quite excited because it allows clipping with complex shapes other than ellipse or polygons.