TIL the CSS attribute selector is surprisingly powerful


TIL the CSS attribute selector is surprisingly powerful.

You can style elements based on their attributes, and even target attributes that start with, end with, contain, etc.

https://css-tricks.com/almanac/selectors/a/attribute/

View original on X