⟩ Do you know what Is Grouping In CSS3?
Grouping makes it possible to apply the same style to multiple HTML elements (Classes/Tag/ID) within a single declaration. It happens by specifying all the selectors separated by commas.
#page p, ul { padding-top: 10px; margin: 0; }