CSS Selectors | CSS-Tricks
Anything with an equals sign (=) followed by a value in that example code is an attribute. So, we can technically style all links with an href attribute equal to https://css-tricks.com: a[href="https://css-tricks.com"] { color: orangered; } Notice the syntax? We’re...