css change multiple classes

CSS
.objectOne, .objectTwo { /* We will now both be changed */
	margin: 0 auto; 
}
Source

Also in CSS: