Search
Stablecoin-Focused Plasma's XPL Token Debuts With Over $2.4B Market Cap
25.9.2025
XPL functions as a gas token, staking asset, and reward token, with a total supply of 10 billion tokens
CSS Typed Arithmetic
24.9.2025
Starting in Chrome 140, we'll be able to calculate numeric values with mixed data types. Sounds small, but Amit demonstrates how big a deal this is, calling it Computational CSS.
CSS Typed Arithmetic originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get...
The “Most Hated” CSS Feature: cos() and sin()
15.9.2025
I want to look at practical uses for CSS trigonometric functions. And we'll start with what may be the most popular functions of the "worst" feature: sin() and cos().
The “Most Hated” CSS Feature: cos() and sin() originally published on CSS-Tricks, which is part of the DigitalOcean family....
What You Need to Know About CSS Color Interpolation
5.9.2025
Color what? Sunkanmi Fafowora explains how an everyday task for CSS can be used to create better colors experiences.
What You Need to Know About CSS Color Interpolation originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter
Should the CSS light-dark() Function Support More Than Light and Dark Values?
2.9.2025
The light-dark() function is currently designed to support just two color schemes. Should it support others? Sunkanmi Fafowora says yes and no.
Should the CSS light-dark() Function Support More Than Light and Dark Values? originally published on CSS-Tricks, which is part of the DigitalOcean...
Bitcoin Liquid Staking Gains Momentum as Lombard Launches BARD Token and Foundation
23.8.2025
Lombard is attempting to make the world's original cryptocurrency into a more productive asset for DeFi functions
We Might Need Something Between Root and Relative CSS Units for “Base Elements”
13.8.2025
I've come to realize that perhaps we need to have a unit between root and relative values. This would bring about a whole new possibility when creating reusable components.
We Might Need Something Between Root and Relative CSS Units for “Base Elements” originally published...
Blockchain Could Boost Covered Bonds, but Adoption Faces Major Hurdles: Moody's
22.7.2025
Moody’s notes that current blockchain use is mostly limited to on-chain bond issuance, with certain key functions still reliant on off-chain infrastructure
Better CSS Shapes Using shape() — Part 4: Close and Move
7.7.2025
The shape() function's close and move commands may not be ones you reach for often, but are incredibly useful for certain shapes.
Better CSS Shapes Using shape() — Part 4: Close and Move originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter
Coinbase Sets U.S. Perpetual-Style Futures Launch as CEO Says Firm Is Buying Bitcoin Weekly
27.6.2025
The crypto exchange's new derivatives offering is regulated by the CFTC and will mirror the functions of the increasingly popular perpetual contracts currently not available in the U.S
Poking at the CSS if() Function a Little More: Conditional Color Theming
25.6.2025
The CSS if() function enables us to use values conditionally, which we can already do with queries and other functions, so I’m sure you’re wondering: What exactly does if() do? Let's look at a possible real-world use case.
Poking at the CSS if() Function a Little More: Conditional Color Theming...
Lightly Poking at the CSS if() Function in Chrome 137
24.6.2025
The CSS if() function was recently implemented in Chrome 137, making it the first instance where we have it supported by a mainstream browser. Let's poke at it a bit at a very high level.
Lightly Poking at the CSS if() Function in Chrome 137 originally published on CSS-Tricks, which is part of...
Stablecoins Are a Monetary Revolution in the Making
23.6.2025
Marvin Barth says pegged cryptocurrencies could effectively create “narrow banking”: a long-held dream of economists looking to separate critical financial functions
Color Everything in CSS
20.6.2025
An introduction to "Color spaces", "Color models", "Color gamuts," and basically all of the "Color somethings" in CSS.
Color Everything in CSS originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter
CSS Color Functions
19.6.2025
CSS has a number of functions that can be used to set, translate, and manipulate colors. Learn what they are and how they are used with a bunch of examples to get you started.
CSS Color Functions originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get...
Breaking Boundaries: Building a Tangram Puzzle With (S)CSS
12.6.2025
We put it to the test and it turns out Sass can replace JavaScript, at least when it comes to low-level logic and puzzle behavior. With nothing but maps, mixins, functions, and a whole lot of math, we managed to bring our Tangram puzzle to life, no JavaScript required.
Breaking Boundaries:...
Better CSS Shapes Using shape() — Part 3: Curves
6.6.2025
This is the third article in a series about the CSS shape() function. We've covered drawing lines and arcs in previous articles and, this time, we look specifically at the curve command and how to use it for drawing complex shapes.
Better CSS Shapes Using shape() — Part 3: Curves originally...
Exploring the CSS contrast-color() Function… a Second Time
5.6.2025
The contrast-color() function doesn’t check color contrast, but rather it outright resolves to either black or white (whichever one contrasts the most with your chosen color). Safari Technology Preview recently implemented it and we explore its possible uses in this article.
Exploring...
Better CSS Shapes Using shape() — Part 2: More on Arcs
30.5.2025
This is the second part of a series that dives deep into the CSS shape() command, continuing with a more detailed look at the arc command.
Better CSS Shapes Using shape() — Part 2: More on Arcs originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get...
Better CSS Shapes Using shape() — Part 1: Lines and Arcs
23.5.2025
This is the first part of a series that dives deep into the shape function, starting with shapes that use lines and arcs.
Better CSS Shapes Using shape() — Part 1: Lines and Arcs originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter