padding-bottom

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

padding-bottom: <length> | <percentage> | inherit
Initial: 0
Applies To: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group, and table-column
Inherited: no
Percentages: refer to width of containing block
Media: visual

DOM

Δ

[window.]document.getElementById("element-id").style.paddingBottom = "padding-bottom";

Example | length

Δ

Example | percentage

Δ

Example | DOM

Δ

References

Δ