Search
Creating Playful Effects With CSS Text Shadows
20.4.2020
Let’s have a look at how we can use the CSS text-shadow property to create truly 3D-looking text. You might think of text-shadow as being able to apply blurred, gradient-looking color behind text, and you would be right! But just like box-shadow, you can control how blurred the shadow is, including...
Creating Color Themes With Custom Properties, HSL, and a Little calc()
16.4.2020
Before the advent of CSS custom properties (we might call them “variables” in this article as that’s the spirit of them), implementing multiple color schemes on the same website usually meant writing separate stylesheets. Definitely not the most maintainable thing in the world. Nowadays, though,...
Jetpack Instant Search!
16.4.2020
Jetpack has had a search feature for a while. Flip it on, and it replaces your built-in WordPress search (which is functional, but not particularly good) with an Elasticsearch-powered solution that is faster and has better results. I’ve been using that for quite a while here on CSS-Tricks...
Japanese Holdings Company to Use Blockchain for Forex Trading
16.4.2020
SBI Holdings looks forward to implementing R3 blockchain technology in Forex services
US COVID-19 Relief Plan Will Use Fintech, but Crypto Not Welcome
16.4.2020
Crypto lenders can help small businesses affected by COVID-19, but they are locked out of the U.S. government’s relief program
How to Add Native Keyword Aliases to Babel
16.4.2020
Those of you who follow this blog know that not every blog post is an endorsement of a technique but simply a tutorial how to accomplish something. Sometimes the technique described is probably not something you should do. This is one of those blog posts. The Babel parser is an essential tool...
SBI to Use Corda Blockchain for Forex Trading
16.4.2020
Ripple’s Japanese partner SBI Holdings says it will use Corda blockchain technology to power forex trading on its platform.
Per a Nikkei report and a joint press release, SBI – a securities giant that also operates banking and crypto exchange services – says that the deal will involve Corda’s...
CSS Scrollbar With Progress Meter
15.4.2020
Scrollbars are natural progress meters. How far the scrollbar is down or across is how much progress has been made scrolling through that element (often the entire page). But, they are more like progress indicators than meters, if you think of a meter as something that “fills up” as...
Cargill and Rabobank Use Blockchain for a $12 Million Intercontinental Wheat Trade
14.4.2020
Blockchain helped Rabobank and Cargill slash the settlement time for a $12 million commodity trade
No-Class CSS Frameworks
13.4.2020
I linked up Water.css not long ago as an interesting sort of CSS framework. No classes. No <h2 class="is-title">. You just use semantic HTML and get styles. Is that going to “scale” very far? Probably not, but it sure is handy for styling things quickly, where — of course...
Reddit May Use Ethereum for a New Token-Based Points System
10.4.2020
Reddit is trialing an Ethereum-based rewards system in one of its subreddits
Blockchains Still Lack Interoperability for Enterprise Use, WEF Says
10.4.2020
Blockchain solutions still largely lack interoperability for enterprise use, according to the World Economic Forum
Create Diagonal Layouts Like it’s 2020
9.4.2020
Nils Binder covers the ways:
1. Use an SVG in the form of a triangle. This technique is nicely described by Erik Kennedy on CSS-Tricks.
2. Hide part of your section using clip-path. Read Diagonal Containers in CSS by Sebastiano Guerriero or Sloped edges with consistent angle...
The WebAIM Million—Updated
8.4.2020
This report made a big splash last year. It’s a large chunk of research that shows just how terribly the web does with accessibility. It’s been updated this year and (drumroll…) we got a little worse. I’ll use their blockquote:
The number of errors increased 2.1% between...
Deutsche Bank Envisions Post Covid-19 Economy Accelerating Digital Payments
8.4.2020
Since the covid-19 outbreak wreaked havoc across the world’s economies, the global multinational investment bank Deutsche Bank has been encouraging the use of digital currencies. The firm’s Twitter account and macro strategist Marion Laboure have been tweeting regularly about...
Learn Eleventy From Scratch
7.4.2020
The latest edition of Andy Bell’s Piccalilli landed in my inbox this morning with a sweet offer: preorder Andy’s course on learning Eleventy from scratch at a third of the price.
Why the plug? No, not sponsorships or anything like that. I just happen to hear a heckuva lot about Eleventy...
Tezos Co-Founder Hints That Her Trading Card Game Will Use Alternative Blockchain
6.4.2020
Kathleen Breitman suggested that Emergents won’t be supported by Tezos’ blockchain
A Grid of Logos in Squares
6.4.2020
Let’s build a literal grid of squares, and we’ll put the logos of some magazines centered inside each square. I imagine plenty of you have had to build a logo grid before. You can probably already picture it: an area of a site that lists the donors, sponsors, or that is showing off...
CSS-Only Marquee Effect
5.4.2020
You make sure the text is more than twice the width of the screen, then use negative translate animations to do the marquee movement.
You’ll probably want to aria-hidden all but one of them if you need to duplicate the text. Or, you could use a very clever CSS trick...
Gold Investors Are Terrified Central Banks Might Dump Bullion During the Economic Crisis
3.4.2020
Despite what gold bug Peter Schiff says, economists are uncertain that gold will shine during the current coronavirus crisis. While gold and other precious metals have seen decent gains in the last few weeks, a few investors are terrified that central banks will use their flight-to-safety assets...