Search
The New CSS Media Query Range Syntax
31.10.2022
The Media Queries Level 4 specification has introduced a new syntax for targeting a range of viewport widths using common mathematical comparison operators, like , and =, that make more sense syntactically while writing less code for responsive web design.
The New CSS Media Query Range Syntax...
WhatsApp down again? Google Trends spike after the outage
25.10.2022
As WhatsApp goes down once again, there are a number of alternative platforms that are popular alternatives in the cryptocurrency space
Collective #734
20.10.2022
Lucide * Container Queries: Style Queries * Agreper * InvokeAI * Ultra * html.to.design
Early Days of Container Style Queries
12.10.2022
We’re still in suuuuuper early days with container queries. Too early for broad browser support, but Chromium already supports it, Safari started supporting it in version 16, and Firefox is presumably not far behind.
Most early days conversations …
Early Days of Container Style Queries...
30-Day NFT Sales Are 88% Lower Than They Were 8 Months Ago, Google Searches Nosedived
9.10.2022
At the end of January 2022, non-fungible token (NFT) sales raked in $4.77 billion and NFT sales have slipped month after month since then. Last month, $549.82 million in NFT sales took place in September which shows monthly NFT sales are more than 88% lower than they were in January. Furthermore...
State of CSS 2022 Survey Now Open
4.10.2022
The State of CSS survey recently opened up. Last year, the survey confirmed everyone’s assumptions that TailwindCSS is super popular and CSS variables are mainstream. It also codified what many of us want from CSS, from Container Queries to …
State of CSS 2022 Survey Now Open...
WebKit Features in Safari 16.0
13.9.2022
Whew boy, Safari 16 is officially out in the wild and it packs in a bunch of features, some new and exciting (Subgrid! Container Queries! Font Palettes!) and others we’ve been waiting on for better cross-browser support (Motion Path! Overscroll …
WebKit Features in Safari 16.0...
iShadeed’s Container Queries Lab
1.9.2022
Ahmad Shadeed got an early jump on container queries and has a growing collection of examples based on everyday patterns.
And, if you missed it, his latest post on container queries does a wonderful job covering how they work since …
iShadeed’s Container Queries Lab originally...
Implicit Grids, Repeatable Layout Patterns, and Danglers
2.8.2022
Dave Rupert with some modern CSS magic that tackles one of those classic conundrums: what happens when the CSS for component is unable to handle the content we throw at it?
The specific situation is when a layout grid expects …
Implicit Grids, Repeatable Layout Patterns, and Danglers...
Monthly NFT Sales Have Dropped Over 65% Lower Than the Month Prior, NFT Google Queries Sink
6.6.2022
Non-fungible token (NFT) sales are down a great deal, as 30-day statistics show NFT sales recorded last month saw just over $4.6 billion settled but today, sales are down 65.43% to $1.59 billion. Furthermore, Google Trends data indicates that interest in NFTs has dropped to the lowest point since...
Shelling Out $30K or More in Ethereum — A Look at the Top 5 NFT Floor Prices
12.3.2022
Non-fungible token (NFT) assets have been very popular for well over 12 months and a great number of collections have skyrocketed in value. While interest in NFTs has slid to a four-month low according to Google Trends search queries, a vast quantity of NFTs are still selling for hundreds...
India's Top Court Queries Government on Crypto, but May Not Expect a Response
28.2.2022
The question was asked during a bail hearing and a court order didn't say it needed an answer
Weekly NFT Sales Continue to Slide, Google Trends Data Shows NFT Queries Down 45% in 30 Days
25.2.2022
Following a lackluster week that saw non-fungible token (NFT) sales slip by 29.35% last week, the last seven days of NFT sales have dropped further losing more than 7%. Out of 12 different NFT-supporting blockchains, Solana was the only gainer, in terms of NFT sales during the past week. NFT Sales...
CSS Database Queries? Sure We Can!
23.2.2022
Kinda silly sounding, isn’t it? CSS database queries. But, hey, CSS is capable of talking to other languages in the sense that it can set the values of things that they can read. Plus, CSS can request other files, and …
CSS Database Queries? Sure We Can! originally published...
Interest in Bitcoin and Ethereum Slides According to Google Trends Data, NFT Queries Skyrocket
7.1.2022
While bitcoin, non-fungible token (NFT) assets, ethereum, and cryptocurrencies had an incredible year in 2021, none of the trends made it into Google’s “Year in Search” review. Currently, interest in bitcoin, in terms of Google searches has dropped considerably since the week...
A New Container Query Polyfill That Just Works
6.1.2022
There is an easy-to-use CSS container query polyfill now. You essentially conditionally load it and forget about it. Then write spec-compliant container queries code.
A New Container Query Polyfill That Just Works originally published on CSS-Tricks. You should get the newsletter and become...
Elizabeth Warren Queries Bitcoin Mining Operation, US Senator Says Crypto Miners Raise Environmental Concerns
4.12.2021
Senator Elizabeth Warren has written a letter to the CEO of the New York bitcoin mining firm Greenidge Generation, Jeff Kirt, asking for details on the company’s emissions. Warren’s letter insists “Greenidge and other [bitcoin mining] plants raise concerns about their impacts...
Responsive Layouts, Fewer Media Queries
22.11.2021
We cannot talk about web development without talking about Responsive Design. It’s just a given these days and has been for many years. Media queries are a part of Responsive Design and they aren’t going anywhere. Since the introduction of …
The post Responsive Layouts, Fewer Media Queries...
Expandable Sections Within a CSS Grid
15.10.2021
I love CSS Grid. I love how, with just a few lines of code, we can achieve fully responsive grid layouts, often without any media queries at all. I’m quite comfortable wrangling CSS Grid to produce interesting layouts, while keeping …
The post Expandable Sections Within a CSS Grid appeared...
Conditional Border Radius In CSS
5.10.2021
Ahmad Shadeed documents a bonafide CSS trick from the Facebook CSS codebase. The idea is that when an element is the full width of the viewport, it doesn’t have any border-radius. But otherwise, it has 8px of border-radius. …
The post Conditional Border Radius In CSS appeared first...