* selector

Selects all elements.

Testsheet:

* {color: red;}

* is a universal selector, meaning that it selects every single element on the page. As a result all text on this page should be red.