::search-text đź”—
The CSS ::search-text pseudo-element selects the matching text from your browser's "find in page" feature. ::search-text originally handwritten and p [...]
a collection of dev rss feeds - blogroll
Posts
The CSS ::search-text pseudo-element selects the matching text from your browser's "find in page" feature. ::search-text originally handwritten and p [...]
In the previous article, I spoke about the why and how to use a Markdown component in Astro. Here, we’re going to expand on that and help you use Mark [...]
The old (testing in Safari when you don’t have Safari), the new (::checkmark), the in-between (anchor positioning but with HTML), and more. What’s !im [...]
Until we get something like ::nth-letter, there are still some really cool text effects we can make from existing CSS features, like letter-spacing, : [...]
This isn’t totally about AI. It’s about technical writing in the age of AI. I have some thoughts on this and I hope it’s helpful to you humans reading [...]
Every view-transition-name on a page must be unique. The problem is that every pseudo-element selector in your CSS targets a specific name, so your an [...]
Despite the countless number of online resources, it’s easy to get confused when trying to center an element. There are documented solutions, but do y [...]
It still hits like a ton of bricks to see the steep decline in Stack Overflow questions. What does that mean about learning in our industry? Stack Ove [...]
This is Part 1 of a two-part series about cross-document view transitions, going over all the gotchas, from ditching the deprecated way to opt into th [...]
If 3D voxel scenes (that you can style), flying focus animations, or new CSS syntaxes sound like your kinda thing, then this issue of What’s !importan [...]
A clever use of CSS to calculate and display a discounted product price by providing a base price and discount amount, featuring modern CSS features l [...]
The rotateX()Â function rotates an element around the x-axis in a three-dimensional space rotateX() originally handwritten and published with love on C [...]
The rotateY() function rotates an element around its vertical y-axis. rotateY() originally handwritten and published with love on CSS-Tricks. You shou [...]