Search
Next Level CSS Styling for Cursors
14.4.2025
Custom cursors with CSS are great, but we can take things to the next level with JavaScript. Using JavaScript, we can transition between cursor states, place dynamic text within the cursor, apply complex animations, and apply filters.
Next Level CSS Styling for Cursors originally published...
S&P 500 briefly sees ‘Bitcoin-level’ volatility amid Trump tariff war
11.4.2025
The S&P 500 Index briefly experienced Bitcoin-level volatility in the wake of US President Donald Trump’s April 2 “Liberation Day” tariff announcement, underscoring the panic and fear gripping traditional markets amid the ongoing trade war. Bloomberg analyst Eric...
S&P 500 briefly sees ‘Bitcoin-level’ volatility amid Trump tariff war
11.4.2025
The S&P 500 Index briefly experienced Bitcoin-level volatility in the wake of US President Donald Trump’s April 2 “Liberation Day” tariff announcement, underscoring the panic and fear gripping traditional markets amid the ongoing trade war. Bloomberg analyst Eric...
CSS-Tricks Chronicles XLIII
11.4.2025
This CSS-Tricks update highlights significant progress in the Almanac, recent podcast appearances, a new CSS counters guide, and the addition of several new authors contributing valuable content.
CSS-Tricks Chronicles XLIII originally published on CSS-Tricks, which is part of the DigitalOcean...
Tailwind’s @apply Feature is Better Than it Sounds
10.4.2025
Most of the time, people showcase Tailwind's @apply feature with one of Tailwind's single-property utilities (which changes a single CSS declaration). When showcased this way, @apply doesn't sound promising at all. So obviously, nobody wants to use it. Personally, I think Tailwind's @apply feature...
Cascading Layouts: A Workshop on Resilient CSS Layouts
10.4.2025
If I were starting with CSS today for the very first time, I would first want to spend time understanding writing modes because that’s a great place to wrap your head around direction and document flow. But right after that, …
Cascading Layouts: A Workshop on Resilient CSS Layouts...
CSS Carousels
9.4.2025
Chrome has prototyped these features and released them in Chrome 135. Adam Argyle has a wonderful explainer over at the Chrome Developer blog. Kevin Powell has an equally wonderful video where he follows the explainer. This post is me taking notes from them.
CSS Carousels originally published...
Feeling Like I Have No Release: A Journey Towards Sane Deployments
7.4.2025
Deploying like an idiot comes down to a mismatch between the tools you use to deploy and the reward in complexity reduced versus complexity added.
Feeling Like I Have No Release: A Journey Towards Sane Deployments originally published on CSS-Tricks, which is part of the DigitalOcean family....
A New “Web” Readiness Report
4.4.2025
HTML 5 Readiness was a site that showed through a rainbow of colors the browser support for several web features. What about a new version?
A New “Web” Readiness Report originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter
SMIL on?
2.4.2025
Well, it turns out that SVG's built-in animation features were never deprecated as planned. Sure, CSS and JavaScript are more than capable of carrying the load, but it's good to know that SMIL is not dead in the water as previously thought, and is actually well-supported.
SMIL on? originally...
Crafting Strong DX With Astro Components and TypeScript
1.4.2025
One thing we can do to help teams code consistently is provide type-checking so that all of the configurable options for a specific component are available while coding. Bryan demonstrates how he does this with TypeScript when working with Astro components.
Crafting Strong DX With Astro Components...
Smart money concepts (SMC) in crypto trading: How to track & profit
1.4.2025
Key takeawaysSmart money consists of institutional investors with advanced tools and knowledge that can influence crypto market trends.Key concepts like order blocks, liquidity zones and fair value gaps can help traders align with smart money strategies.Real-time tracking tools such as Glassnode...
Worlds Collide: Keyframe Collision Detection Using Style Queries
31.3.2025
Interactive CSS animations with elements ricocheting off each other seem more plausible in 2025. While it’s unnecessary to implement Pong in CSS, the increasing flexibility and power of CSS reinforce Lee's suspicion that one day it will be a lifestyle choice whether to achieve any given effect with...
One in four S&P 500 firms will hold Bitcoin by 2030: Crypto advisory
31.3.2025
Around a quarter of firms listed on the S&P 500 would have invested in Bitcoin by 2030, with treasury managers fearing they could lose their jobs if they missed out on potential Bitcoin gains, a partner at a tech-focused financial advisory firm said.“I anticipate that by 2030, a quarter...
One in four S&P 500 firms will hold Bitcoin by 2030: Crypto advisory
31.3.2025
Around a quarter of firms listed on the S&P 500 would have invested in Bitcoin by 2030, with treasury managers fearing they could lose their jobs if they missed out on potential Bitcoin gains, a partner at a tech-focused financial advisory firm said.“I anticipate that by 2030, a quarter...
Automated Visual Regression Testing With Playwright
28.3.2025
With visual regression testing, we can update a page, take screenshots before and after the fact, and compare the results for unintended changes. In this article, learn how to set up visual regression testing using Playwright.
Automated Visual Regression Testing With Playwright originally...
Case Study: Combining Cutting-Edge CSS Features Into a “Course Navigation” Component
25.3.2025
Having been tasked with creating a UI component for navigating the content of an online course, Daniel found himself neck-deep in a pool of new CSS features that he wound up using on the project.
Case Study: Combining Cutting-Edge CSS Features Into a “Course Navigation” Component originally...
Support Logical Shorthands in CSS
24.3.2025
There’s a bit of a blind spot when working with CSS logical properties concerning shorthands.
Support Logical Shorthands in CSS originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter
BugsCoin (BGSC) booms: 50% burn & trading surge signal global Web3 ascent
24.3.2025
Bugs Coin (BGSC), created by the renowned Korean trading YouTuber Inbum with 630,000 subscribers, is quickly making its mark in the global cryptocurrency market. Originally launched as an innovative Web3-based cryptocurrency project, BGSC aims to transcend the traditional limitations of meme coins...
Revisiting CSS border-image
21.3.2025
I’ve used border-image regularly. Yet, it remains one of the most underused CSS tools, and I can’t, for the life of me, figure out why. Is it possible that people steer clear of border-image because its syntax is awkward and unintuitive? Perhaps it’s because most explanations don’t solve the type...