Search
14 Years of Art for $500K: Youtuber Ali Spagnola Compiles All Her Free Paintings Into an NFT
12.4.2021
In mid-January, Bitcoin.com’s newsdesk wrote about the popular artist and Youtuber, Alicia Dawn “Ali” Spagnola after she “accidentally got bitcoin rich” from her Free Paintings project. Since then, a great number of people told her to create a non-fungible token (NFT)...
Lawyer Files Class Action Complaint to Stop Argentinean Central Bank from Collecting Crypto Users Data
8.4.2021
The idea of the Argentinean central bank asking local banks for information on customers who deal with cryptocurrencies is generating controversy in the local industry. A new chapter in this story has been written, as a local lawyer has filed a class-action complaint before a national court...
This Web Site is a Tech Talk
31.3.2021
This literal tech talk (YouTube video embedded in there) by Zach Leatherman is a good time. The talk is sprinkled with fun trickery, so I’m just taking notes on some on it here:
I have no idea how he pulled
…
The post This Web Site is a Tech Talk appeared first on CSS-Tricks.
You...
I Have No Idea What Recipes Are in It, but Pre-Order the Tomb Raider Cookbook for $27
24.3.2021
Tomb Raider Cookbook | $27 | AmazonRead more
Image Fragmentation Effect With CSS Masks and Custom Properties
23.3.2021
Geoff shared this idea of a checkerboard where the tiles disappear one-by-one to reveal an image. In it, an element has a background image, then a CSS Grid layout holds the “tiles” that go from a filled background color to …
The post Image Fragmentation Effect With CSS Masks and Custom...
Taming Blend Modes: `difference` and `exclusion`
22.3.2021
Up until 2020, blend modes were a feature I hadn’t used much because I rarely ever had any idea what result they could produce without giving them a try first. And taking the “try it and see what happens” approach …
The post Taming Blend Modes: `difference` and `exclusion`...
The WordPress Evolution Toward Full-Site Editing
10.3.2021
The block editor was a game-changer for WordPress. The idea that we can create blocks of content and arrange them in a component-like fashion means we have a lot of flexibility in how we create content, as well a bunch …
The post The WordPress Evolution Toward Full-Site Editing appeared...
Mad Money’s Jim Cramer Has a Plan to Save Gamestop With Bitcoin
1.3.2021
Mad Money host Jim Cramer thinks he has a solution to save troubled video game retailer Gamestop with the help of bitcoin. He suggests that Gamestop should raise money to buy the cryptocurrency, then convert its 5,000 locations into bitcoin stores. He believes his idea will work. Jim Cramer...
What Are You Playing This Weekend?
26.2.2021
The weekend is for realizing how short February is at the last moment. It’s so short. We should fix that. Also, it’s about playing an anime game that should be my jam but is currently confusing the hell out of me. Read more
Early Bugsnax Idea Had You Skinning And Butchering Them
26.2.2021
Look, we knew Bugsnax was a cute game with a dark heart, but this is particularly bleak.Read more
Hiding Content Responsibly
24.2.2021
We’ve covered the idea of hiding things in CSS many times here, the most recent post being Marko Ilic’s “Comparing Various Ways to Hide Things in CSS” which did a nice job of comparing different techniques which you’d use in different …
The post Hiding...
US Treasury Secretary floats idea of digital dollar maintained by the Fed
22.2.2021
She still questioned how regulators would "manage money laundering and illicit finance issues" with digital currencies
Use CSS Clamp to create a more flexible wrapper utility
17.2.2021
I like Andy’s idea here:
.wrapper {
width: clamp(16rem, 90vw, 70rem);
margin-left: auto;
margin-right: auto;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
Normally I’d just set a max-width there, but as Andy says:
This becomes a slight issue in mid-sized viewports, such...
Using AbortController as an Alternative for Removing Event Listeners
15.2.2021
The idea of an “abortable” fetch came to life in 2017 when AbortController was released. That gives us a way to bail on an API request initiated by fetch() — even multiple calls — whenever we want.
Here’s a super …
The post Using AbortController as an Alternative for Removing Event Listeners...
SVG within CSS
8.2.2021
Stefan Judis has a “Today I Learned” (TIL) post explaining how SVGs filters can be inlined in CSS. The idea is that CSS has the filter property which supports some built-in functions, like grayscale(100%) and stuff like that.
But …
The post SVG within CSS appeared first...
Animating a CSS Gradient Border
8.2.2021
This little trick for gradient borders is super useful:
.border-gradient {
border: 5px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}
Here’s some basic demos from our article on the subject. Sephanie Eckles was sharing around the idea...
Ideaology Launches IEO Public Sale Today on Bitcoin.com Exchange
26.1.2021
PRESS RELEASE. January 26, 2020 – Bitcoin.com Exchange, one of the leading authorities in the cryptocurrency exchanges market, announces the launch of the Ideaology token (IDEA) public sale today at 10:00 UTC. Ideaology consists of a freelance platform which will accommodate most of...
Bitcoin Protection, New Surveys, Mnuchin's Idea On Ice + More News
21.1.2021
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Bitcoin news
Not only has bitcoin (BTC) proved lousy at offsetting short-term drawdowns in big sell-offs, its very popularity among retail...
Idea Of Taxing Unrealized Gains Resurfaces As Money Printing Intensifies
21.1.2021
Sources: Adobe/Maksym Yemelyanov
United States President Joe Biden's Treasury secretary nominee Janet Yellen has once again become a topic of discussion in the Cryptoverse - this time over her comments suggesting she may look to tax of unrealized gains. And this has led some to question if the...
On Type Patterns and Style Guides
19.1.2021
Over the last six years or so, I’ve been using these things I’ve been calling “type patterns” in my web design work, and they’ve worked out pretty well for me. I’ll dig into what they are and how they can …
The post On Type Patterns and Style Guides appeared first on CSS-Tricks.
You...