padding-top

Previous- margin  |  Next-padding-right

Description

The padding-top property describes how much space to put between the top border and the content of the selector. The value is either a length or a percentage. Percentage values refer to the parent element's width.



Applies to : all elements

Inherited : no

Possible Values
<length> | <percentage> | inherit

Example(s)
blockquote { padding-top: 0.3em }

Previous- margin  |  Next-padding-right