padding-bottom

padding-bottom
CSS padding-bottom Property
The CSS padding-bottom property is used to create bottom inner cushion space inside elements.
CSS CODE EXAMPLE
<style type="text/css">
#div1 {
    padding-bottom: 50px;
    background: #DFEFFF;
    border: #5BADFF 1px solid;
}
</style>
<div id="div1">div content ... </div>
 
div content ...

Possible Values:

pixel amount •• percentage

0 Response to "padding-bottom"

Post a Comment