I have a div and in that div I want to create another div with a different class and have the inner div completely separa
div
.outer .inner * { color: #000; }
sets all elements within the inner container as having the color black.
Demo here