Thank You (2025 Edition) | CSS-Tricks
These articles are AI-generated summaries. Please check the original sources for full details.
Thank You (2025 Edition) | CSS-Tricks
CSS-Tricks celebrated its tenth year under current ownership in 2025, marking a significant milestone for the front-end development community. The site recorded 20 million unique views this year, despite a challenging shift in digital publishing driven by AI-powered search results.
Why This Matters
The introduction of AI summaries by search engines fundamentally alters the web publishing landscape, reducing direct traffic to content creators. A 23% year-over-year decline in site traffic, as experienced by CSS-Tricks, represents a significant financial impact for publishers reliant on ad revenue and underscores the need for adaptation in content strategy and distribution.
Key Insights
- 20 million unique views in 2025: CSS-Tricks site traffic, down 23% from 2024.
- Almanac expansion: Addition of 101 new entries, including all CSS at-rules and 64 functions.
- Team growth: Addition of Danny Schwarz to the team, launching “What’s !Important” to track rapid CSS changes.
Practical Applications
- Use Case: CSS-Tricks adapts by focusing on in-depth content like the Almanac to provide unique value beyond AI summaries.
- Pitfall: Relying solely on search traffic without diversifying content formats or community engagement can lead to significant revenue loss.
References:
Continue reading
Next article
US DoJ Seizes Domain Used in $14.6 Million Bank Account Takeover Scheme
Related Content
Should We Even Have :closed? | CSS-Tricks
CSSWG defers :closed pseudo-class, opting for :not(:open) as of 2025.
Building Scrollytelling Experiences with CSS Scroll-Snap Events and Scroll-Driven Animation
Lee Meyer demonstrates how to utilize emergent Chromium-based scroll-snap events and scroll-state queries to create complex, interactive scrollytelling experiences.
Mastering 3D Vertical Rotation with CSS rotateX()
The CSS rotateX() function enables 3D vertical rotation, essential for building high-performance UI components like flip cards and 3D accordions.