I want to select myclass , whose parent may be parent1 or parent2
I may write this :
div .parent1 .myclass{
}
div .parent2 .myclass{
}
How can I make two selections into one ?
such as:
div `.parent1 {or} .parent2` .myclass{
}
|
I want to select I may write this :
How can I make two selections into one ? such as:
|
|||
|
|
|
It's better if you can write like this:
or
or
|
||||
|
|
|
|||||
|
|