The Builderius team released an early version of their own CSS framework, which is built into the builder or can be used alone.

The Builderius CSS Framework
Vitalii Kiiko @ github.com • 9 months ago
Vitalii Kiiko @ github.com • 9 months ago
The Builderius team released an early version of their own CSS framework, which is built into the builder or can be used alone.
WengersToyBus @ species-in-pieces.com • 10 months ago
This site is an example of CSS animation. It it uses clip path polygons to create animal shapes. Pretty cool example of what can be done with some of the emerging CSS animation support and things like polygons. Web kit browsers have full support (for polygons), it’s limited in Firefox. There is a how it’s made page that describes the technique.
Nikola Perišić @ • 11 months ago
New simplified syntax for media queries already at about 90% browser support.
Kevin Powell @ zencastr.com • 11 months ago
From Kevin Powell’s podcast, his musings on the rate of adoption of different CSS features.
Eric Karkovack @ specyboy.com • 11 months ago
Here are 8 CSS and JavaScript Snippets for Adding Reveal Effects.
Slaying the Dragon @ youtube.com • 11 months ago
A good tutorial on CSS Subgrid and how to use it.
lowlighter @ matcha.mizu.sh • 12 months ago
Matcha.css is a semantic CSS library that provides styling based on the element names, rather than classes. These types of libraries are good for providing default styling for HTML for simple sites.
Daniel Yuschick @ smashingmagazine.com • 12 months ago
Developers have manually styled the HTML checkbox to make it look like a switch. Now a new attribute for the checkbox is proposed that will render a checkbox as a switch. Interesting, but not ready for prime time.
Temani Afif @ smashingmagazine.com • 12 months ago
In this article in Smashing Magazine, Temani Afif shows how to use CSS clip-path and math functions to create various CSS shapes.