padding-bottom (CSS1)

Specifies the amount of padding (in pixels, points, or a percentage) at the bottom of an element.

Syntax

length | percent | inherit

Examples having uses of: 'padding-bottom'

0 votes
1k views

CSS Padding

This example shows you how to use an internal CSS Style Sheet to apply padding options. The top line of text has no padding, whereas the second line of text has 25px padding at the top and bottom, and 50px padding on either side.
0 votes
1k views

CSS Container Padding

CSS padding is used to make the gap between the container and the text.