CSS

1304 bookmarks
Custom sorting
Building the Perfect Logo Strip - 9elements
Building the Perfect Logo Strip - 9elements
We've all been there: you're working on a website and need to display a row of logos—clients, partners, sponsors—you name it. However, logos come in all shapes and sizes, and making them look good together can be quite challenging. How do you get...
·9elements.com·
Building the Perfect Logo Strip - 9elements
CSS Grid Areas
CSS Grid Areas
A fresh look at the CSS grid template areas and how to take advantage of its full potential today.
·ishadeed.com·
CSS Grid Areas
It’s Time To Talk About “CSS5” — Smashing Magazine
It’s Time To Talk About “CSS5” — Smashing Magazine
Have you ever wondered what happened after CSS3? It’s common knowledge that we never saw CSS4 come after it, yet we have a plethora of new features that have no similar way of defining when they were introduced. The W3C CSS-Next community group is actively searching for better approaches for how we describe the evolution of CSS over time and identify feature sets as effectively as we did with CSS3 way back in 2009 — and you can help.
·smashingmagazine.com·
It’s Time To Talk About “CSS5” — Smashing Magazine
Self-Modifying Variables: the inherit() Workaround
Self-Modifying Variables: the inherit() Workaround
Style queries will unlock many doors. An ability to alternate a value of any variable that I presented in my previous article might seem to be trivial by itself, but what if there is a hidden depth in how we can utilize it? One interesting case is the ability to emulate `inherit()` — a way to access the previous state of a custom property.
·kizu.dev·
Self-Modifying Variables: the inherit() Workaround