Search
Using CSS Custom Properties to Adjust Variable Font Weights in Dark Mode
10.12.2020
Black isn’t always slimming.
When recently testing a dark mode option for one of my sites, I experienced first-hand the issue that Robin Rendle addresses in this article. All of my page text — headings and body copy — appeared to bulk up when I switched to dark mode. And it didn’t matter what fonts...
Today's Your Last Day to Save $10 on Cyberpunk 2077 When You Preorder on PlayStation 4
9.12.2020
Cyberpunk 2077 (PS4) | $50 | AmazonRead more
Bitcoin plunges below $18,000 — Here are the levels to watch next
9.12.2020
Downward pressure sees Bitcoin stop trading sideways to fill more of the giant $1,300 CME futures gap on Wednesday
Here's What You Need to Know About the Incoming Spark Airdrop to XRP Holders
8.12.2020
December 12 will see an airdop of 45 billion spark tokens at a 1:1 ratio to XRP holders by blockchain platform Flare Network, which is backed by Ripple's investment arm RippleX (formerly Xpring) - so let's take a look at what that means.
Spark is the native token of the Flare Network, created by...
Singapore's blockchain industry cites supply chain management as biggest DLT use case
7.12.2020
Survey results suggest “blockchains thrive when being used for multiple integrated applications.”
The Week In Games: Wake Up Samurai, Cyberpunk 2077 Is Almost Here
6.12.2020
After countless delays, literal years of hype and trailers, and a ton of controversy, Cyberpunk 2077 is here. Easily the most anticipated game of the year for a lot of folks, Cyberpunk 2077 featuring Keanu Reeves drops later this week on PS4, Xbox One, PC and Stadia.Read more
Bitcoin traders nervous after $19.5K rejection — Here are the bear, bull scenarios
5.12.2020
The price of Bitcoin is consolidating around $19,000 as traders brace for a possible pullback
Here's why Bitcoin is like 'Lebron James,' according to MicroStrategy CEO
4.12.2020
MicroStrategy CEO Michael Saylor draws a comparison between Bitcoin and NBA star Lebron James
How to Get Sticky and Full-Bleed Elements to Play Well Together
4.12.2020
I had a unique requirement the other day: to build a layout with full-bleed elements while one element stays stuck to the top. This ended up being rather tricky to pull off so I’m documenting it here in case anyone needs to re-create this same effect. Part of the trickiness was dealing with logical...
Bitcoin price correction begins — Here’s how low BTC can go
4.12.2020
The price of Bitcoin may be due for a deeper correction as the upward momentum is showing weakness
How to Animate a SVG with border-image
3.12.2020
Let’s take a look at how to combine the border-image property in CSS with animated SVGs that move around a border. In the process, we’ll cover how to hand-craft resizable, nine-slice animated SVGs that you can use not only re-create the effect, but to make it your own.
Here’s what we’re...
How to Make an Area Chart With CSS
2.12.2020
You might know a few ways to create charts with pure CSS. Some of them are covered here on CSS-Tricks, and many others can be found on CodePen, but I haven’t seen many examples of “area charts” (imagine a line chart with the bottom area filled in), particularly any in HTML and CSS alone. In this...
Missed the Bitcoin Rally? Here’s an Investment Strategy to Ride the Bull Market While Reducing Your Risk
1.12.2020
Investors looking to buy bitcoin now should consider implementing a dollar-cost averaging (DCA) strategy, according to leading traders in the cryptocurrency space
No… Bitcoin’s Price Did Not Set an All-Time High. Here’s Why
1.12.2020
It might be a little too early to crack open the champagne — for several reasons.
The post No… Bitcoin’s Price Did Not Set an All-Time High. Here’s Why appeared first on CoinMarketCap Blog
Bitcoin is Set for a Record Monthly Close. Here’s Why This is a Big Deal
30.11.2020
Barring a horror crash of 25%, Bitcoin is about to secure its highest-ever monthly close. The current record of $13,873Continue Reading
The post Bitcoin is Set for a Record Monthly Close. Here’s Why This is a Big Deal appeared first on CoinMarketCap Blog
10 Amazing Media Tricks Made Possibly by Cloudinary (Sponsored)
30.11.2020
Cloudinary is my go-to place for transforming and optimizing media before delivery. By simply modifying the URL of an image or video, you can customize its size, presentation, Instagram-like filtering, and various other aspects. I previously posted about the 10 excellent image tricks...
Bitcoin may see major price volatility at the start of December — Here's why
29.11.2020
Bitcoin might see a spike in volatility when the new weekly and monthly candles open, especially after a large short-term correction
Tailwind versus BEM
25.11.2020
Some really refreshing technological comparison writing from Eric Bailey. Like, ya know, everything in life, we don’t have to hate or love everything. Baby bear thinking, I like to say. There are benefits and drawbacks. Every single bullet point here is well-considered and valid. I really...
Some Are Calling All-Time Highs for Bitcoin. Here’s Why CoinDesk Hasn’t Yet
25.11.2020
In a fragmented global market, price quotes are all over the place. That's why CoinDesk created the Bitcoin Price Index (BPI) and is standing by it
Rendering Spectrum
25.11.2020
Here are the big categories of rendering websites:
Client: ship a <div id="root"></div> and let a JavaScript template render all of it.
Static: pre-render all the HTML.
Server: let a live server process requests and generate the HTML response.
They are not mutually exclusive....