In my recent exploration on this particular pen, I encountered an issue with the hover effect of a link causing the styles of its containing div to disappear. Interestingly, this problem is resolved when I adjust the CSS from
#div div {background-color:blue; }
to div {background-color:blue; }
.