Search
Bitcoin Posts Biggest Monthly Price Loss Since March
1.10.2020
Bitcoin faced selling pressure in September as the U.S. dollar rose against major currencies for the first time in six months
Using a brightness() filter to generically highlight content
12.9.2020
Rick Strahl:
I can’t tell you how many times over the years I’ve implemented a custom ‘button’ like CSS implementation. Over the years I’ve used images, backgrounds, gradients, and opacity to effectively ‘highlight’ a control. All that works of course,...
This vs. That
24.8.2020
Here’s a nice site from Phuoc Nguyen, who I’ve noted before has quite a knack for clever sites. This vs. That pits different related concepts against each other as a theme for an article. For example, CSS has display: none;, opacity: 0;, and visibility: hidden; and they all, on...
A CSS-only, animated, wrapping underline
21.8.2020
Nicky Meuleman, inspired by Cassie Evans, details how they built the anchor link hover on their sites. When a link is hovered, another color underline kinda slides in with a gap between the two. Typical text-decoration doesn’t help here, so multiple backgrounds are used instead,...
CSS-Tricks Chronicle XXXVIII
15.8.2020
Hey gang! I’ve been fortunate enough to be a guest in a variety of different here, so I thought it was time for another Chronicle post. You know, those special posts where I round up the random goings-on of things I do off of this site.
I joined Ed & Tom over on A Question of Code.
We...
Travala.com Adds Agoda Hotels, Posts Record July Revenue as Crypto Payments Soar
3.8.2020
The Binance-backed travel agency brought in $400,000 in July, a 100% increase from the month before
OpenAI Bot Writes a Blog, Wows BitcoinTalk With ‘Intelligent’ Posts
22.7.2020
OpenAI’s third-generation language prediction model wrote a 750-word review of itself, fooling many readers
Backdrop Filter effect with CSS
16.7.2020
I love these little posts where some tricky-looking design is solved by a single line of CSS using a little-known property. In this case, the design is a frosted glass effect and the CSS property is backdrop-filter.
The approach? Easy peasy:
.container {
backdrop-filter: blur(10px);
}
The...
Grayscale Crypto Investments Add Nearly $1 Billion in Q2 — Bitcoin Trust Posts Record Quarter
16.7.2020
Grayscale Investments has posted a record quarterly performance, having added almost $1 billion, which nearly doubled its previous quarterly high. 84% of the investments were from institutional investors. The cumulative investment across all of its crypto products has reached $2.6 billion....
Making lil’ me
15.7.2020
Cassie Evans made a lovely illustration of herself and then used Greensock to add a flourish of animations to polish it off. Cassie wrote a series of posts about how she did it:
In this post we’ll cover how to get values from the mouse movement and plug them into an animation. This is...
South Korean Local Stablecoin Operator Posts Record Profits
15.7.2020
Business appears to be booming for a company operating an increasingly large number of South Korean local stablecoins.
Per Fn News, the Korea Minting and Security Printing Corporation (KOMSCO) – the company that has printed banknotes and minted coins for the nation’s treasury for the past 70 or...
WordPress Contributors Seek Sponsorship for Improving Gutenberg Developer Docs
6.7.2020
A couple of WordPress contributors are currently looking for folks to sponsor them to work on the documentation for the WordPress block editor (often referred to as “Gutenberg”) and this is your chance to support them.
If you’ve developed blocks for the WordPress block editor —...
Africa Posts Triple-Digit P2P Volume Gains in Three Months
1.7.2020
Sub-saharan Africa now represents more than $15 million in combined weekly peer-to-peer trade following triple-digit growth over just a few months
Some Typography Links
25.6.2020
I just can’t stop opening excellent typography-related articles, which means I need to subject you to blog posts that round them up so I can clean up my open tabs.
Vistaserve is “a grass-roots web hosting initiative hailing from Thornbury, Australia. Inspired by the quirky web of...
Bitcoin Cash-Fueled Blogging Website Read.cash Raises Over $100K for Collective Initiative
25.6.2020
A few months ago news.Bitcoin.com reported on the web portal read.cash, a blogging website fueled by bitcoin cash that rewards users in crypto for producing content. Just recently, read.cash initiated a fund that aims to provide the blog’s regular users with more paid upvotes by raising funds...
BTC Futures Volume Posts 2020 Low, ETH Open Interest Surges
14.6.2020
Daily trade volume for Bitcoin futures contracts has dropped to a new year-to-date low. However, open interest in both BTC and Ether futures are rallying into record highs
Learn Z-Index Using a Visualization Tool
12.6.2020
There are some neat interactive demos in here from Thiru Manikandan. There are a couple of very tricky things with z-index that never fail to confuse. In addition to things like requiring positioning and source order, the trickiest are the stacking contexts and parent/child relationships. z-index...
How to Reverse CSS Custom Counters
11.6.2020
I needed a numbered list of blog posts to be listed with the last/high first and going down from there. Like this:
5. Post Title
4. Post Title
3. Post Title
2. Post Title
1. Post Title
But the above is just text. I wanted to do this with a semantic <ol> element.
The easy way
This can...
Wall Street’s Digital Token Broker tZERO Posts Record Growth
11.6.2020
Overstock’s shares are up 8% following the announcement of record activity on its tZERO security token exchange
WordPress Block Transforms
20.5.2020
This has been the year of Gutenberg for us here at CSS-Tricks. In fact, that’s a goal we set at the end of last year. We’re much further along that I thought we’d be, authoring all new content in the block editor¹, enabling the block editor for all content now. That means when...