CSS Tricks

Selecting a Date Range in CSS

Preethi |
A clever approach for selecting multiple dates on a calendar where the :nth-child()'s “n of selector” syntax does all the heavy lifting... even in the JavaScript. Selecting a Date Range in CSS originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newslett... read more

Alternatives to the !important Keyword

Saleh Mubashar |
Cascade layers, specificity tricks, smarter ordering, and even some clever selector hacks can often replace !important with something cleaner, more predictable, and far less embarrassing to explain to your future self. Alternatives to the !important Keyword originally published on CSS-Tricks, whic... read more

Looking at New CSS Multi-Column Layout Wrapping Features

Abhishek Pratap Singh |
Chrome 145 introduces the column-height and column-wrap properties, enabling us to wrap the additional content into a new row below, creating a vertical scroll instead of a horizontal scroll. Looking at New CSS Multi-Column Layout Wrapping Features originally published on CSS-Tricks, which is part... read more

Making Complex CSS Shapes Using shape()

Temani Afif |
Creating rectangles, circles, and rounded rectangles is the basic of CSS. Creating more complex CSS shapes such as triangles, hexagons, stars, hearts, etc. is more challenging but still a simple task if we rely on modern features. Making Complex CSS Shapes Using shape() originally published on CSS... read more

Front-End Fools: Top 10 April Fools’ UI Pranks of All Time

Lee Meyer |
These are the historical pranks I consider the top 10 most noteworthy, rather than the “best.” You’ll see that some of them crossed the line and/or backfired. Front-End Fools: Top 10 April Fools’ UI Pranks of All Time originally published on CSS-Tricks, which is part of the DigitalOcean family. Yo... read more

Sniffing Out the CSS Olfactive API

John Rhea |
A deep sniff of the new CSS Olfactive API, a set of proposed features for immersive user experiences using smell. Sniffing Out the CSS Olfactive API originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ... read more

What’s !important #8: Light/Dark Favicons, @mixin, object-view-box, and More

Daniel Schwarz |
Short n’ sweet but ever so neat, this issue covers light/dark favicons, @mixin, anchor-interpolated morphing, object-view-box, new web features, and more. What’s !important #8: Light/Dark Favicons, @mixin, object-view-box, and More originally published on CSS-Tricks, which is part of the DigitalOc... read more

Form Automation Tips for Happier User and Clients

Iqra Naaem |
That gap between "the form works" and "the business works" is something we don't really tend to discuss much as front-enders. We focus a great deal on user experience, validation methods, and accessibility, yet we overlook what the data does once it leaves our control Form Automation Tips for Happ... read more

Generative UI Notes

Geoff Graham |
Looking at research and experiments that are designed to automatically generate user interfaces based on user preferences. Generative UI Notes originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ... read more

Experimenting With Scroll-Driven corner-shape Animations

Daniel Schwarz |
The new CSS corner-shape() property is mathematical, so it’s easily animated. Author Daniel Schwarz pokes at animating the property for interesting UI effects. Experimenting With Scroll-Driven corner-shape Animations originally published on CSS-Tricks, which is part of the DigitalOcean family. You... read more