CSS Padding Bottom
Preview
Code
<style>
.box{
background:#d1fae5;
padding-bottom:30px;
border:2px solid #10b981;
}
</style>
<div class="box">Padding bottom example</div>
<style>
.box{
background:#d1fae5;
padding-bottom:30px;
border:2px solid #10b981;
}
</style>
<div class="box">Padding bottom example</div>