Make A Div Stick To Bottom Of Parent Div

[ad_1]

Here is the HTML Markup

<div class="parent">
  
  <div class="child">
    <?php echo "Hello"; ?>
  </div>
  
</div>

And the CSS

.parent {
  position: relative;
}
  
.child {
  position: absolute;
  bottom: 0px;
}

[ad_2]

Leave a Reply

Random Post Selection ::

Recent Posts

Unlock Unlimited Downloads