jcadima
4/21/2017 - 5:14 PM

Image overlay over top Section

Image overlay over top Section


.card_apply_img {
    margin-top: -53px;
}

.home_card_application {
    background: #821519;
    z-index: 999999;
    overflow: visible;
}


this will make the logo.png go on top of the slider image by -53px top

<div class="home_banner">
BANNER IMAGES Slider
</div>


<div class="home_card_application">
   <div class="card_apply_img">
      <img src="logo.png">
   </div>
</div>