CSS Multiple Classes
It is possible to add more than one class to an HTML element. Classes are written within the same attribute, with spaces separating each class.
The advantage of multiple classes is that you can write a CSS rule to select either of the classes – and they both affect the same element.