Search
Sticky Headers: 5 Ways to Make Them Better
21.4.2021
Page Laubheimer says that if you’re going to do a sticky header…
Keep it small.
Visually contrast it with the rest of the page.
If it’s going to move, keep it minimal. (I’d say, respect prefers-reduced-motion.)
Consider “partially persistent
…
The post Sticky...
Say Hello to CSS Container Queries
20.4.2021
Container queries are finally here! Now available behind a flag in the latest version of Chrome Canary, you can go ahead and experiment to your heart’s content. Oh, and if you’re not familiar with container queries then check out …
The post Say Hello to CSS Container Queries appeared first...
How to Improve CSS Performance
19.4.2021
There is no doubt that CSS plays a huge role in web performance. Milica Mihajlija puts a point on exactly why:
When there is CSS available for a page, whether it’s inline or an external stylesheet, the browser delays rendering
…
The post How to Improve CSS Performance appeared first...
Price analysis 4/16: BTC, ETH, BNB, XRP, DOGE, ADA, DOT, LTC, UNI, LINK
16.4.2021
Bitcoin’s weakness and Dogecoin’s epic pump are signals that the market could be overheating and in need of a short-term correction
Not Your Typical Horizontal Rules
16.4.2021
The default browser style for <hr> is so weird. It’s basically:
border-style: inset;
border-width: 1px;
The default border-color is black, but the border doesn’t actually look black, because the inset border “adds a split tone to the line …
The post Not Your Typical...
Chainlink 2.0 Whitepaper Proposes Hybrid Smart Contracts
16.4.2021
Chainlink today enjoys a dominant position in the solutions related to the decentralized oracle. The company released its original white paper around 3 years back and offers many solutions in a wide variety of domains, including the likes of decentralized finance (DeFi), non-fungible tokens (NFTs)...
Price analysis 4/14: BTC, ETH, BNB, XRP, ADA, DOT, UNI, LTC, DOGE, LINK
14.4.2021
Today's Coinbase (COIN) listing is likely to remain a focal point that will dictate the short-term price action in Bitcoin and altcoins
Building a Settings Component
14.4.2021
This is a tremendous CSS-focused tutorial from Adam Argyle. I really like the “just for gap” concept here. Grid is extremely powerful, but you don’t have to use all its abilities every time you reach for it. Here, Adam …
The post Building a Settings Component appeared first...
Building a Settings Component
14.4.2021
This is a tremendous CSS-focused tutorial from Adam Argyle. I really like the “just for gap” concept here. Grid is extremely powerful, but you don’t have to use all its abilities every time you reach for it. Here, Adam …
The post Building a Settings Component appeared first...
Sony Quietly Adds ‘HDMI Link’ Function To PS5, But It’s Kind Of A Bust
14.4.2021
Today, Sony released an update for the PlayStation, adding, among other things, support for external storage of PS5 games. But, as reported by The Verge, Sony quietly snuck in a handful of bonus features in the update, including the ability to automatically deactivate HDR, plus a new suite...
Cloud study
14.4.2021
This Robin Sloan fella is an interesting character. Not only have I read his one of his fiction novels, the tremendous Mr. Penumbra’s 24‑Hour Bookstore, but I also use the olive oil he makes with partner Kathryn Tomajan. …
The post Cloud study appeared first on CSS-Tricks.
You can support...
Same. Exact. Energy.
13.4.2021
The time had finally come for me to check out id Software’s unapologetic 2011 Mad Max ripoff Rage, and true to its reputation, I spent the first couple hours just trying to get it to run smoothly like a game built on a normal engine. Megatextures, am I right? But I succeeded, and promptly ran into...
Price analysis 4/12: BTC, ETH, BNB, XRP, ADA, DOT, UNI, LTC, LINK, XLM
12.4.2021
Altcoins continue to press higher while Bitcoin bulls work on holding the $60,000 level as support
Price analysis 4/9: BTC, ETH, BNB, XRP, ADA, DOT, UNI, LTC, LINK, THETA
9.4.2021
The rally in Bitcoin and select altcoins seems to have hit a wall as bears continue to aggressively push back at key overhead resistance levels
Chainlink Joins Hands with Everest for Two-Way Communication
9.4.2021
Promising a future full of opportunities for the smart contract application, Chainlink and Everest have decided to come together to enable two-way communication between both organizations. Chainlink is the industry leader in oracle solutions based on decentralized technology. At the same time...
The `ping` attribute on anchor links
8.4.2021
I didn’t know this was a thing until Stefan Judis’s post:
<a href="https://www.stefanjudis.com/popular-posts/"
ping="https://www.stefanjudis.com/tracking/"Read popular posts</a
You give an anchor link a URL via a ping attribute, and the browser will hit that URL with a...
The Missing Link: How Chainlink’s Pallet Aims to Deliver Greater Informational Access
8.4.2021
As demand for smart contracts climbs, Chainlink’s modular oracle for the Substrate framework aims to power developers and defi applications with trusted off-chain information and pricing data needed to attract projects to Polkadot and Kusama. Blistering Growth in Defi and Smart Contracts...
CSS Is, In Fact, Awesome
7.4.2021
You’ve seen the iconic image. Perhaps some of what makes that image so iconic is that people see what they want to see in it. If you see it as a critique of CSS being silly, weird, or confusing, you …
The post CSS Is, In Fact, Awesome appeared first on CSS-Tricks.
You can support...
Price analysis 4/7: BTC, ETH, BNB, XRP, ADA, DOT, UNI, LTC, LINK, THETA
7.4.2021
Altcoins retraced to key lower support levels after Bitcoin price dropped below $56,000, but will traders view the dip as a buying opportunity?
SvelteKit is in public beta
7.4.2021
Rich Harris:
Think of it as Next for Svelte. It’s a framework for building apps with Svelte, complete with server-side rendering, routing, code-splitting for JS and CSS, adapters for different serverless platforms and so on.
Great move. I find …
The post SvelteKit is...