how to add same styel to 2 different classes in css code example
Example: css change multiple classes
.objectOne, .objectTwo { /* We will now both be changed */
margin: 0 auto;
}
.objectOne, .objectTwo { /* We will now both be changed */
margin: 0 auto;
}