CSS Padding Bottom

Padding-bottom adds space inside the bottom of an element.

Preview

Code

<style>
.box{
background:#d1fae5;
padding-bottom:30px;
border:2px solid #10b981;
}
</style>

<div class="box">Padding bottom example</div>

More CSS Padding Examples (7)