CSS

#backgrounds
Alternating Style Queries
Alternating Style Queries
With the container style queries on the horizon, it is a good time to do more experiments with them. In one of my recent experiments, I found out that style queries will allow us to do what the currently specified (but not implemented by anyone) function `toggle()` was supposed to.
·kizu.dev·
Alternating Style Queries
Sliding Doors of CSS
Sliding Doors of CSS
Image-driven, visually compelling user interfaces. Text-based, semantic markup. Now you can have both! Douglas Bowman’s sliding doors method of CSS design offers sophisticated graphics that squash and stretch while delivering meaningful XHTML text. Have your cake and eat it, too!
·alistapart.com·
Sliding Doors of CSS
The backdrop-filter CSS property | CSS-Tricks
The backdrop-filter CSS property | CSS-Tricks
I had never heard of the backdrop-filter property until yesterday, but after a couple of hours messing around with it I’m positive that it’s nothing more than magic. This is because it adds filters (like changing the hue, contrast or blur) of the background of an element without changing the text or other elements
·css-tricks.com·
The backdrop-filter CSS property | CSS-Tricks
background-blend-mode | CSS-Tricks
background-blend-mode | CSS-Tricks
The background-blend-mode property defines how an element's background-image should blend with its background-color: .container { background-image: url('image.jpg'); background-color: red; background-blend-mode: screen; } See the Pen background-blend-mode by CSS-Tricks (@css-tricks) on CodePen. In the demo above, the
·css-tricks.com·
background-blend-mode | CSS-Tricks
Basics of CSS Blend Modes | CSS-Tricks
Basics of CSS Blend Modes | CSS-Tricks
Bennett Feely has been doing a good job of showing people the glory of CSS blend modes. There are lots of designerly effects that we're used to seeing in static designs (thanks to Photoshop) that we don't see on the web much, with dynamic content. But that will change as CSS blend modes get more support. I'd like to
·css-tricks.com·
Basics of CSS Blend Modes | CSS-Tricks
Using SVG | CSS-Tricks
Using SVG | CSS-Tricks
SVG is an image format for vector graphics. It literally means Scalable Vector Graphics. Basically, what you work with in Adobe Illustrator. You can use SV
·css-tricks.com·
Using SVG | CSS-Tricks