Quackit Logo

FREE Hosting!

With every domain name you register with ZappyHost, you get FREE hosting.

$1.99 Domain Names

With every new non-domain purchase thru ZappyHost, you get a domain name for only $1.99.

CSS padding-top

Print Version

Also see the full, alphabetical list of CSS properties


The CSS padding-top property is used to apply padding to the top side of an element.

CSS padding is kind of the CSS equivilent to CELLPADDING in HTML (however, CSS padding is more powerful - it can be applied to any element, not just table cells, and as you can see here, a different padding value can be applied to any side you wish).

To apply the CSS padding property to table cells you need to apply padding at the cell level (i.e. you style the TD tag - not the TABLE tag).

Also see CSS padding, CSS padding-right, CSS padding-bottom and CSS padding-left

Syntax: padding-top: <value>;
Possible Values:
  • <padding-width>
  • inherit
Initial Value: 0
Applies to: All elements.
Inherited: No
Media: Visual
Example: td { padding-top:20px; }
Try it yourself!


Also see all CSS properties listed alphabetically


Enjoy this website?

  1. Link to this page (copy/paste into your own website or blog):
  2. Add this page to your favorite social bookmarks sites:
               
  3. Add this page to your Favorites

Oh, and thank you for supporting Quackit!