Search
Crypto Use-Cases in Africa on the Rise, According to Luno
3.7.2020
Twitter and Square CEO, Jack Dorsey recently said “Africa will define the future (especially the Bitcoin one!)” But was he right? Crypto in Africa on the Rise Sad to be leaving the continent…for now. Africa will define the future (especially the bitcoin one!). Not sure where...
How-to guide for creating edge-to-edge color bars that work with a grid
1.7.2020
Hard-stop gradients are one of my favorite CSS tricks. Here, Marcel Moreau combines that idea with CSS grid to solve an issue that’s otherwise a pain in the butt. Say you have like a 300px right sidebar on a desktop layout with a unique background color. Easy enough. But then say you want...
XRP Price Can Outperform Bitcoin in the Short Term — Here’s Why
1.7.2020
As Bitcoin price continues to range sideways, the momentum may be shifting to XRP for the next big move
New in Chrome: CSS Overview
1.7.2020
Here’s a fancy new experimental feature in Chrome! Now, we can get an overview of the CSS used on a site, from how many colors there are to the number of unused declarations… even down to the total number of defined media queries.
Again, this is an experimental feature. Not only does that...
Timothy C. May: Libertaria in Cyberspace
27.6.2020
Here are a few points about why “cyberspace,” or a computer-mediated network, is more hospitable than physical locations for the kind of “crypto-anarchy” libertarian system I’ve been describing. Several folks have commented recently about ocean-going libertarian...
Quick Tips for High Contrast Mode
27.6.2020
Sarah Higley has some CSS tricks up her sleeve for dealing with High Contrast Mode on Windows, which I learned is referred to as WHCM.
Here’s the first trick:
[…] if the default CSS outline property doesn’t give you the visual effect you want [in WHCM] for focus states...
The Return of the 90s Web
26.6.2020
One of my forever-lessons here on CSS-Tricks is that having your own website and blogging on it is a good idea. It’s probably one of the best decisions I’ve ever made, as it’s been a direct source of fun, career development and, eventually, income.
I always chuckle at little...
Jack Dorsey Has Floated Decentralized Fact-Checking at Twitter. Here’s What That Could Look Like
25.6.2020
Twitter's CEO has endorsed the idea of decentralized fact-checking. We looked at some prototypes to see what that might look like
Hide Scrollbars During an Animation
24.6.2020
CSS still can’t animate to auto dimensions.
.dropdown {
transition: 0.2s;
height: 0;
}
.dropdown.open {
/* the height will change, but it won't animate. */
height: auto;
}
There is JavaScript trickery you can try. Brandon Smith outlined several techniques here a little while back....
Chainlink (LINK) Near New All-Time High — Here’s 3 Reasons For the Rally
23.6.2020
Today’s Chainlink rally leaves the price just 3% away from setting a new all-time high, but can bulls maintain the current momentum?
Here Are Some of the Upcoming Witnesses Requested to Speak in Kleiman v. Wright
23.6.2020
The list of witnesses submitted by the litigating parties in the Kleiman v. Wright case
Let’s Make a Multi-Thumb Slider That Calculates The Width Between Thumbs
23.6.2020
HTML has an <input type="range">, which is, you could argue, the simplest type of proportion slider. Wherever the thumb of that slider ends up could represent a proportion of whatever is before and whatever is after it (using the value and max attributes). Getting fancier, it’s possible...
Rough Notation
22.6.2020
This is a neat little library. It uses SVG to insert hand-drawn looking annotations to elements (probably text), like underlines and box highlights (there are 6 design options, all configurable). Super clever.
Here’s a little demo:
CodePen Embed Fallback
Aside from it just being cool,...
Here Is Why BigONE’s New VIP System Can Make the Most Out of Your Everyday Trading
22.6.2020
BigONE Exchange, one of the world’s safest crypto exchanges, has taken on a new sheen as it just launched a brand new VIP system that converts a user’s every engagement with the platform into his or her own benefits, be they discount on spot trading fees, reduction on leverage interests...
Here Comes ‘Shelley’: ADA Price Excels With Cardano Upgrade Inbound
20.6.2020
Ever since Charles Hoskinson issued an update on “Shelley,” Cardano’s price and community have adopted a bullish mood
Why Monetary Debasement Is Here to Stay, Feat. Dr. Vikram Mansharamani
19.6.2020
From technology to aging demographics, some of the most important trends shaping the economy have been deflationary. What happens when that rapidly changes?
Just another +1 for subgrid
19.6.2020
I’d say 85% of my grid usage is in one of these two categories…
I just need some pretty basic (probably equal width) columns that ends up being something like like grid-template-columns: repeat(3, minmax(0, 1fr)); to be safe.
Actually doing some real layout where five minutes in...
Everything You Need to Know About FLIP Animations in React
16.6.2020
With a very recent Safari update, Web Animations API (WAAPI) is now supported without a flag in all modern browsers (except IE).  Here’s a handy Pen where you can check which features your browser supports. The WAAPI is a nice way to do animation (that needs to be done in JavaScript) because...
Sorry, Bloomberg: Here Are 6 Reasons Why 2020 Is a Great Year for Bitcoin
15.6.2020
A Bloomberg senior editor today argued there were six reasons why 2020 was bad for bitcoin. Here’s the opposite case
My Flywheel Landing Page
15.6.2020
Flywheel is my WordPress hosting partner here. I use Local every day for my WordPress local development environment and use their hosting for all my WordPress sites as part of my whole flow, so I’m glad they aren’t just a sponsor but a product I use and like.
Last November some of their...