.wrapper * {
color: blue;
margin: 0 100px; /* Only for demo */
}
.myTestClass > * {
color:red;
margin: 0 20px;
}
.div > * {
/* All the Child will get this style individually */
}
div.class, div.class > * {
// CSS Property
}