/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

12daysofweb.dev
| | blog.frankmtaylor.com
12.2 parsecs away

Travel
| | So the :nth-child structural pseudo class is mighty handy already since it lets you select based on mathematical rules. But to my surprise, it got handier and no one told me. Which makes me think no one told you, either: :nth-child() can do filtering now! A Quick Primer on Structural Pseudo-classesWatermark:FrankMTaylor So I wrote aboutRead More
| | www.smashingmagazine.com
12.0 parsecs away

Travel
| | 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 well take a look at a few of them.
| | lea.verou.me
7.6 parsecs away

Travel
| |
| | blog.stroep.nl
42.5 parsecs away

Travel
| I made a tool to write/test easing equation functions. It uses JavaScript syntax to evaluate the expression, which you can just type in. I found it helpful to test curves. I rolled out this one because I didn't found a similar tool, most were Math or CSS related.