Search
Some Typography Links
16.7.2021
Glitter text — whO (I learned a name for people who go by a one-word moniker like that: Mononymous) created a builder for fancy SVG-based type. It’s a custom font with <text>, and the fancy comes in with a
…
The post Some Typography Links appeared first on CSS-Tricks. You...
DeFi can be halal but not DOGE? Decentralizing Islamic finance
16.7.2021
PayPal US Users Can Now Spend More on Bitcoin in Week Than They Could in Year
16.7.2021
Online payments giant PayPal has made a major change for their US customers - it now allows them to spend five times more on bitcoin (BTC), ethereum (ETH), and other supported cryptoassets a week.
"As part of our efforts to meet the ever-changing needs of our customers, we are pleased...
How to Get a Pixel-Perfect, Linearly Scaled UI
15.7.2021
Dynamically scaling CSS values based on the viewport width is hardly a new topic. You can find plenty of in-depth coverage right here on CSS-Tricks in articles like this one or this one.
Most of those examples, though, use …
The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared...
Limited Edition NFT by Glimpse You Can Get by Scanning QR Code
15.7.2021
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
Some of you might have noticed a 10,000 square-foot billboard in Times Square by Glimpse, just above McDonald’s–with a redeemable NFT.
Glimpse, the project behind this publicity gambit, is also giving away $1,000...
Build Complex CSS Transitions using Custom Properties and cubic-bezier()
14.7.2021
I recently illustrated how we can achieve complex CSS animations using cubic-bezier() and how to do the same when it comes to CSS transitions. I was able to create complex hover effect without resorting to keyframes. In this article, I …
The post Build Complex CSS Transitions using Custom...
A Bashful Button Worth $8 Million
14.7.2021
Most of us grumble when running across a frustrating UX experience online (like not being able to complete a transaction because of a misplaced button). We might pen a whiny tweet. Jason Grigsby is like I’m going to write 2,000 …
The post A Bashful Button Worth $8 Million appeared...
Bitcoin price can only go up if $30K accumulation 'reset' continues — research
14.7.2021
Investors who sold BTC above $30,000 on the way to all-time highs are now buying back in, Ecoinometrics reveals
Links on React and JavaScript
13.7.2021
As a day-job, React-using person, I like to stay abreast of interesting React news. As such, I save a healthy amount of links. Allow me to dump out my latest pile. Most of this is about React but not all …
The post Links on React and JavaScript appeared first on CSS-Tricks. You can support...
Meta Theme Color and Trickery
13.7.2021
Starting with Version 15, Safari supports the theme-color <meta> tag both on macOS and iOS. That’s exciting news because now the first desktop browser supports this <meta> tag and it also supports the media attribute and the prefers-color-scheme media feature.…
The post Meta...
Jamstack Community Survey 2021
13.7.2021
The folks over at Netlify have opened up the Jamstack Community Survey for 2021. More than 3,000 front-enders like yourself took last year’s survey, which gauged how familiar people are with the term “Jamstack” and which frameworks they …
The post Jamstack Community Survey...
Jamstack Community Survey 2021
13.7.2021
(This is a sponsored post.)
The folks over at Netlify have opened up the Jamstack Community Survey for 2021. More than 3,000 front-enders like yourself took last year’s survey, which gauged how familiar people are with the …
The post Jamstack Community Survey 2021 appeared first...
Meet `:has`, A Native CSS Parent Selector
12.7.2021
The reasons that are often cited that make container queries difficult or impossible is things like infinite loops—e.g. changing the width of an element, invalidating a container query, which changes the width again, which makes the container query take effect, …
The post Meet `:has`,...
Using the Specificity of :where() as a CSS Reset
12.7.2021
I don’t know about you, but I write these three declarations many times in my CSS:
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
You might yell at me and say I can just put those in my CSS …
The post Using the Specificity of :where() as a CSS Reset appeared first on CSS-Tricks....
Bank of Ghana Deputy Governor Says ‘Central Bank Digital Currency Is Fiat Money,’ Reveals Pilot Phase Will Start September
12.7.2021
Ghana’s proposed central bank digital currency is similar to fiat cash and therefore financial institutions, as well as fintech start-ups, can still create value based on it, a Bank of Ghana (BOG) official has said. Still, the official, Maxwell Opoku-Afari, the BOG’s deputy governor...
Blockchain can help publishers improve audience trust
11.7.2021
By implementing timestamping and blockchain technology, media and publications can increase their readers’ assurance
:focus-visible in WebKit
9.7.2021
This is a nice update from Manuel Rego Casasnovas. Igalia has this idea to sort of crowd-source important web platform features that need to get worked on (that’s the sort of work they do). They call it Open Prioritization. …
The post :focus-visible in WebKit appeared first...
How Blockchain Tech Can Help Drive a Sustainable Future
9.7.2021
In this second Consensus 2021 episode, our guests address subtleties and niches within environmental, sustainability and governance (ESG). These range from indigenous resource allocation and tracking to building sustainable supply chains from the ground up and applying big data to consumer water...
SVG Favicons in Action
9.7.2021
Ever heard of favicons made with SVG? If you are a regular reader of CSS-Tricks, you probably have. But does your website actually use one?
The task is more non-trivial than you might think. As we will see in this …
The post SVG Favicons in Action appeared first on CSS-Tricks. You...
Beginner JavaScript Notes
9.7.2021
Wes has a heck of a set of “notes” for learning JavaScript. It’s organized like a curriculum, meaning if you teach JavaScript, you could do a lot worse. It’s actually more like 85 really fleshed-out blog posts organized into sections …
The post Beginner JavaScript...