I think I couldn't find the purposive searching term(s) for web so I needed to ask here.
Sometimes I see CSS statements like this:
.class1 {...}
.class2 {...}
.class1 + .class2 {...}
Q1) What does CSS understands if there are 3 CSS statements like above?
Q2) I tried to find clue on http://jsbin.com/detuxema/1/edit but it didn't help. May you please provide a mini-example