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;
}
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;
}