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 > h2 { color:red; }
this way only the direct child of the outer div get this color value, should fix the job.