» Tag
css
17 postsWhy I Test In Safari First
Why I choose Safari as my primary testing environment for new frontend projects? The benefits of this approach in catching bugs early.
Introduction to Anchor Positioning
Learn to dynamically position UI elements with the Anchor Positioning API.
I Removed Tailwind CSS and Used Modern Native CSS
I replaced Tailwind CSS with modern native CSS. The advantages for project management and code cleanliness are discussed.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comUser Feedback: Rebuilding the Visual Hierarchy
An analysis of visual hierarchy issues and solutions. How to achieve better design through user feedback?
Transforming Progress Bars with the New Typed attr() Function
The new typed attr() function in CSS enhances progress bars, reducing JavaScript reliance.
Reviving a Dead 8-Year-Old CSS Library: The Birth of Vivace
Vivace revives the A.css library with enhanced features like a trigger engine and exit animations, all under 7 kB.
How to Protect Widgets from CSS Collisions: Shadow DOM
Use Shadow DOM to protect your widgets from CSS collisions. An effective solution compatible with modern browsers.