Open CodedavidperloW opened 1 year ago
I know im a little too late.
The apple:not(.small)
is select every apple that don't have the .small
class name in it.
So select the apples but not with the small class in it.
I'm just learning too but hopes its help.
What is the logic behind this? Isn't the use for :not(X) to exempt that element. In such a case the big apples would be not selected, rather the smaller.
Thank you