Hello,
I am learning about expanding overlay effect, with nth-child (here is the link) http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expand ing-overlay-effect/comment-page-2/#comments . From the photo below different color of columns using nth-child. Is it possible to place a container or article over the columns? I want to be able to place the news in the middle. I have a feeling, no. Any help would be great.
Thanks, Josh
<ul id="rb-grid" class="rb-grid clearfix">
<li class="icon-clima-1 rb-span-2">
<h3>CPHHP</h3><span class="rb-temp">News</span>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><span class="rb-city">CPHHP News</span><span class="icon-clima-1"></span><span></span></div>
<div><span></span></div>
<div><span></span></div>
<div><span></span></div>
<div><span></span></div>
<div><span></span></div>
<div><span></span></div>
<div><span></span></div>
</div>
</div>