I have a nested div, one inside another, like this:
<div class="outer">
<div class="inner">
</div>
</div>
something like this:
and I want to change the color of outer div by clicking on inner div, is that possible at all?
**
only by html and css, no javascript!
**