HTML Our structure will look something like the following image. First of all, we need a container div, which we’ll call .poster. Inside our container, we will have five divs (layers) called the following: <div class="poster"> <div class="shine"></div> <div class="layer-1"></div> <div class="layer-2"></div> <div class="layer-3"></div> <div class="layer-4"></div> <div class="layer-5"></div> </div>