Search
You can now buy a used Hyundai with Bitcoin, not just a Lambo
2.3.2021
Practical use cases for cryptocurrency payments are popping up all the time. Now, crypto holders in North America will be able to purchase their next vehicle with BTC
The Best Font Loading Strategies and How to Execute Them
2.3.2021
Zach Leatherman wrote up a comprehensive list of font loading strategies that have been widely shared in the web development field. I took a look at this list before, but got so scared (and confused), that I decided not to …
The post The Best Font Loading Strategies and How to Execute Them...
How do you fund that game prototype?
1.3.2021
The first step can be the hardest
How do you fund that game prototype?
1.3.2021
The first step can be the hardest
The “Gray Dead Zone” of Gradients
1.3.2021
Erik D. Kennedy notes an interesting phenomenon of color gradients. If you have a gradient between two colors where the line between them in the color space goes through the zero-saturation middle, you get this “gray dead zone” in …
The post The “Gray Dead Zone”...
How to Map Mouse Position in CSS
1.3.2021
Let’s look at how to get the user’s mouse position and map it into CSS custom properties: --positionX and --positionY.
We could do this in JavaScript. If we did, we could do things like make make an element …
The post How to Map Mouse Position in CSS appeared first on CSS-Tricks.
You...
Rakuten's customers can now use Bitcoin for shopping
1.3.2021
Japanese retail giant Rakuten has integrated its crypto wallet with its payment app, enabling consumers to directly load and convert their Bitcoin holdings for use in everyday spending
Online Retail Giant Rakuten Allows People to Load Payment App With Cryptocurrencies
1.3.2021
The firm Rakuten Inc., often referred to as “the Amazon of Japan,” announced customers can now load up Rakuten Pay accounts with cryptocurrencies like bitcoin, ethereum, and bitcoin cash. In order to commemorate the latest crypto service, Rakuten is also offering bonus points to people...
CSS Border Font
28.2.2021
Every letter in this “font” by Davor Suljic is a single div and drawn only with border. That means employing some trickery like border-radius with exotic syntax like border-radius: 100% 100% 0 0 / 37.5% 37.5% 0 0; which …
The post CSS Border Font appeared first...
Next.js on Netlify
28.2.2021
(This is a sponsored post.)
If you want to put Next.js on Netlify, here’s a 5 minute tutorial¹. One of the many strengths of Next.js is that it can do server-side rendering (SSR) with a Node …
The post Next.js on Netlify appeared first on CSS-Tricks.
You can support CSS-Tricks by being...
JPMorgan Says Investors Can Put 1% of Their Portfolios in Bitcoin Despite Calling It a Poor Hedge
28.2.2021
After saying that cryptocurrencies “rank as the poorest hedge for major drawdowns in equities, with questionable diversification benefits,” JPMorgan says investors can put 1% of their portfolios in cryptocurrencies. This can help “achieve any efficiency gain in the overall...
Harvard Professor Kenneth Rogoff Warns Central Banks Will Never Allow Bitcoin to Go Mainstream
28.2.2021
Harvard Professor of Economics and former chief economist at the International Monetary Fund (IMF) Kenneth Rogoff says that central banks won’t allow bitcoin and other cryptocurrencies to become mainstream. “Eventually over the long course of history, the government first regulates...
Crypto can be lucrative, but make sure you’re ready for the taxman
27.2.2021
Investing in digital assets can offer a plethora of opportunities, but when the taxman comes, investors best be prepared
Don’t Miss March 2021’s Biggest, Must-Play Games You Can Pre-Order Now
26.2.2021
Most Anticipated: Monster Hunter Rise | $60 | AmazonRead more
177-Year-Old Swiss Bank Bordier to Offer Bitcoin and Other Crypto Trading Services
26.2.2021
A 177-year-old bank in Switzerland has enabled cryptocurrency trading within its services, with expectations to expand. Bordier & Cie SCmA added bitcoin and other cryptos to its list of services by partnering with a well-known domestic crypto player. Bordier Customers Can Also Buy and Hold...
Weekly Platform News: Reduced Motion, CORS, WhiteHouse.gov, popups, and 100vw
26.2.2021
In this week’s roundup, we highlight a proposal for a new <popup> element, check the use of prefers-reduced-motion on award-winning sites, learn how to opt into cross-origin isolation, see how WhiteHouse.gov approaches accessibility, and warn the dangers of 100vh.…
The post...
The Things I Add to Tailwind CSS Right Out of the Box
26.2.2021
In every project where I use Tailwind CSS, I end up adding something to it. Some of these things I add in every single project. I’ll share these with you, but I’m also curious what y’all are adding to …
The post The Things I Add to Tailwind CSS Right Out of the Box appeared first...
Rise and Grind: Bravely Default II is Out Today and You Can Get It for $50
26.2.2021
Bravely Default II | $50 | WalmartRead more
Spanish Real Estate Agency Offers an Apartment in Barcelona for Sale in Bitcoin- Taxes Must Be Paid in Fiat
26.2.2021
A Spanish real estate platform has listed its first-ever property for sale for cryptocurrency. The offer is entirely online, and whoever wants to buy the apartment in Barcelona must pay in bitcoin. Anyone Interested Can Pay 3.5 BTC for the Property Per an official announcement, Idealista is seeking...
An Interactive Guide to CSS Transitions
26.2.2021
A wonderful post by Josh that both introduces CSS transitions and covers the nuances for using them effectively. I like the advice about transitioning the position of an element, leaving the original space it occupied alone so it doesn’t result …
The post An Interactive Guide to...