Syntax | selector {padding-top: value ;}
|
---|---|
Usage | The padding-top property is used to specify the width of the top side padding area. See the Box Model for a description of the boxes that are generated for elements and the relative position of the padding area. This property is specified by using a length, percentage, or keyword, according to the syntax shown above. If a percentage value is used, the value will be a percentage of the containing block's width. CSS Example: The padding-top property is set using a length value. .tst1 {padding-top: 50px; background-color: orange;} |
Keywords |
|
Applies To | All elements except elements with the following display types: table-row-group, table-header-group, table-footer-group, table-row, table-column-group, table-column. |
Inherited | No |
Initial Value | 0 |
The padding-top property is set using a length value. |