Thank You (2025 Edition)
https://css-tricks.com/thank-you-2025-edition/
https://css-tricks.com/thank-you-2025-edition/
CSS-Tricks
Thank You (2025 Edition) | CSS-Tricks
This is the best job I've had in my life and it's only possible because you keep showing up each day to read, learn, share, and discuss all-things-front-end (and a little CSS, of course) with us.
What’s !important #2: Conditional View Transitions, CSS/SVG Text Effects, the Best of CSS Bluesky, and More
https://css-tricks.com/whats-important-2/
https://css-tricks.com/whats-important-2/
CSS-Tricks
What’s !important #2: Conditional View Transitions, CSS/SVG Text Effects, the Best of CSS Bluesky, and More | CSS-Tricks
2026 is almost upon us. I know we’re all itching to see the clock strike midnight (cue The Final Countdown by Europe), but not without recapping the best CSS-related things that happened over the last two weeks!
Future CSS: :drag (and Maybe ::dragged-image?)
https://css-tricks.com/future-css-drag-and-maybe-dragged-image/
https://css-tricks.com/future-css-drag-and-maybe-dragged-image/
CSS-Tricks
Future CSS: :drag (and Maybe ::dragged-image?) | CSS-Tricks
Have you ever struggled to style an element while it's being dragged? Sunkanmi explains some ways it could become easier in the future.
Postcard From Web Directions Dev Summit, 2025
https://css-tricks.com/postcard-from-web-directions-dev-summit-2025/
https://css-tricks.com/postcard-from-web-directions-dev-summit-2025/
CSS-Tricks
Postcard From Web Directions Dev Summit, 2025 | CSS-Tricks
Lee Meyer recently spoke at Web Directions Summit 2025. This is his experience, not only speaking at the event, but experiencing the event through the lens of anxiety and imposter syndrome.
Playing With CodePen slideVars
https://css-tricks.com/playing-with-codepen-slidevars/
https://css-tricks.com/playing-with-codepen-slidevars/
CSS-Tricks
Playing With CodePen slideVars | CSS-Tricks
Super cool new CodePen feature alert! You've probably seen a bunch of "interactive" demos that let you changed values on the fly from a UI panel embedded directly in the demo.
What’s !important #3: Popover Context Menus, @scope, New Web Platform Features, and More
https://css-tricks.com/whats-important-3/
https://css-tricks.com/whats-important-3/
CSS-Tricks
What’s !important #3: Popover Context Menus, @scope, New Web Platform Features, and More | CSS-Tricks
The developer community hasn’t wasted any time kicking off 2026 with some really great articles, demos, and insights. Firefox 147 and Chrome 144 also shipped, and while they’re not jam-packed with features, the releases are still pretty exciting for what’s…
HTTP Archive 2025 Web Almanac
https://css-tricks.com/http-archive-2025-web-almanac/
https://css-tricks.com/http-archive-2025-web-almanac/
I Learned The First Rule of ARIA the Hard Way
https://css-tricks.com/i-learned-the-first-rule-of-aria-the-hard-way/
https://css-tricks.com/i-learned-the-first-rule-of-aria-the-hard-way/
CSS-Tricks
I Learned The First Rule of ARIA the Hard Way | CSS-Tricks
Semantic HTML does a lot more accessibility work than we usually give it credit for already — and ARIA is simple to abuse when we use it both as a shortcut and as a supplement.
Responsive Hexagon Grid Using Modern CSS
https://css-tricks.com/responsive-hexagon-grid-using-modern-css/
https://css-tricks.com/responsive-hexagon-grid-using-modern-css/
CSS-Tricks
Responsive Hexagon Grid Using Modern CSS | CSS-Tricks
A while back, Temani tacked a repeating grid of hexagon shapes. Well, he's updated it with modern CSS features that result in fewer magic numbers. And it's impressive!
There is No Need to Trap Focus on a Dialog Element
https://css-tricks.com/there-is-no-need-to-trap-focus-on-a-dialog-element/
https://css-tricks.com/there-is-no-need-to-trap-focus-on-a-dialog-element/
CSS-Tricks
There is No Need to Trap Focus on a Dialog Element | CSS-Tricks
Accessibility advice around modals have commonly taught us to trap focus within the modal. Upon further research, it seems like we no longer need to trap focus within the <dialog> (even in modal mode).
How to Style the New ::search-text and Other Highlight-y Pseudo-Elements
https://css-tricks.com/how-to-style-the-new-search-text-and-other-highlight-pseudo-elements/
https://css-tricks.com/how-to-style-the-new-search-text-and-other-highlight-pseudo-elements/
CSS-Tricks
Styling ::search-text and Other Highlight-y Pseudo-Elements | CSS-Tricks
The new ::search-text pseudo (Chrome 144) matches are yellow while the current target (::search-text:current) is orange, but ::search-text enables us to change that.
What’s !important #4: Videos & View Transitions, Named Media Queries, How Browsers Work, and More
https://css-tricks.com/whats-important-4/
https://css-tricks.com/whats-important-4/
CSS-Tricks
What’s !important #4: Videos & View Transitions, Named Media Queries, How Browsers Work, and More | CSS-Tricks
Neither Chrome, Safari, nor Firefox have shipped new features in the last couple of weeks, but fear not because leading this issue of What’s !important is some of the web development industry’s best educators with, frankly, some killer content.
No-Hassle Visual Studio Code Theming: Building an Extension
https://css-tricks.com/no-hassle-visual-studio-code-theming-building-an-extension/
https://css-tricks.com/no-hassle-visual-studio-code-theming-building-an-extension/
CSS-Tricks
No-Hassle Visual Studio Code Theming: Building an Extension | CSS-Tricks
I've always thought that creating a VS Code theme was a lot of work. But lo and behold, it took less than six hours to get it working, then a day or two to polish up my final tweaks.
No Hassle Visual Code Theming: Publishing an Extension
https://css-tricks.com/no-hassle-visual-code-theming-publishing-an-extension/
https://css-tricks.com/no-hassle-visual-code-theming-publishing-an-extension/
CSS-Tricks
No Hassle Visual Code Theming: Publishing an Extension | CSS-Tricks
You’d think that publishing a VS Code extension is an easy process, but it’s not. You have to publish your theme in at least two places.
CSS Bar Charts Using Modern Functions
https://css-tricks.com/css-bar-charts-using-modern-functions/
https://css-tricks.com/css-bar-charts-using-modern-functions/
CSS-Tricks
CSS Bar Charts Using Modern Functions | CSS-Tricks
CSS-only bar charts are one of those things we've tackled a bunch of times in different ways. But how can modern CSS features finally make it not only trivial, but fun?
Trying to Make the Perfect Pie Chart in CSS
https://css-tricks.com/trying-to-make-the-perfect-pie-chart-in-css/
https://css-tricks.com/trying-to-make-the-perfect-pie-chart-in-css/
CSS-Tricks
Trying to Make the Perfect Pie Chart in CSS | CSS-Tricks
Can we make pie chart that's semantic, with flexible markup, and avoids using a JavaScript library? Here's how I tackled it.
Approximating contrast-color() With Other CSS Features
https://css-tricks.com/approximating-contrast-color-with-other-css-features/
https://css-tricks.com/approximating-contrast-color-with-other-css-features/
CSS-Tricks
Approximating contrast-color() With Other CSS Features | CSS-Tricks
The new contrast-color() function is not fully supported yet. But can we still implement it in a cross-browser friendly way using other new CSS features?
Making a Responsive Pyramidal Grid With Modern CSS
https://css-tricks.com/making-a-responsive-pyramidal-grid-with-modern-css/
https://css-tricks.com/making-a-responsive-pyramidal-grid-with-modern-css/
CSS-Tricks
Making a Responsive Pyramidal Grid With Modern CSS | CSS-Tricks
This is the second part of a small two-part series. In this article, we will explore another type of grid: a pyramidal one. We are still working with hexagon shapes, but a different organization of the elements., while exploring other different shapes.