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

Print Version

Also see the full, alphabetical list of CSS properties


The CSS padding property is CSS shorthand for specifying padding on all sides of an element.

It's 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).

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-top, CSS padding-right, CSS padding-bottom and CSS padding-left

Syntax: padding: <value1>, <value2> ...
Possible Values:
  • <padding-width> - specify one value to apply padding to all sides or specify one for each side.
  • inherit
Initial Value: Not defined
Applies to: All elements.
Inherited: No
Media: Visual
Example: td { padding: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!