ScanSkill

padding-bottom

The padding-bottom property sets the padding at the bottom of the element.

Syntax

padding-bottom: value | auto;

Example

.div-1 {
            padding-bottom: 20px;
        }
padding-bottom

Property Values

value: sets the given value as the padding to the bottom of an element.

auto: automatically sets the padding to the bottom of an element.