I am using a CSS code,
#flip1, #flip2, #flip3, #flip4 {
color: red;
}
Is that anything like this to simplify the same,
#flip1-4 {
color: red;
}
If yes, please guide me how to do it. Else, any other way exist like that also would be appreciated.