Hoverbox

Style your card with a different design using theme Hoverbox

Example

Style your card with different design using theme Hoverbox

Learn more
<div class="hoverbox rounded-soft text-center">
  <img class="img-fluid" src="../assets/img/generic/3.jpg" alt="" />
  <div class="hoverbox-content bg-dark p-5 self-center">
    <div>
      <p class="lead text-white">Style your card with different design using theme Hoverbox</p>
      <a class="btn btn-light btn-sm mt-1" href="#!">Learn more</a>
    </div>
  </div>
</div>
Change Image
<a class="color-white" href="#!">
  <div class="hoverbox rounded-soft">
    <img class="img-fluid" src="../assets/img/generic/1.jpg" alt="" />
    <div class="hoverbox-content">
      <img class="img-fluid" src="../assets/img/generic/2.jpg" alt="" /></div>
  </div>
</a>