CSS: Select with Multiple Classes

Given an element with two classes, i.e. class="foo bar"

Select elements that have BOTH classes as .foo.bar {....}

Comments

Popular posts from this blog

React/JSX: One way to store an HTML entity as data

box-shadow

Notes on Javascript async and await