Padding
The padding clears an area around the content (inside the border) of an element. The padding is affected by the background color of the element.The top, right, bottom, and left padding can be changed independently using separate properties. A shorthand padding property can also be used, to change all paddings at once.
Possible Values
| Value | Description |
|---|---|
| length | Defines a fixed padding (in pixels, pt, em, etc.) |
| % | Defines a padding in % of the containing element |
Padding - Individual sides
In CSS, it is possible to specify different padding for different sides:Example
padding-top: 25px;
padding-bottom: 25px;
padding-right: 50px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
padding-left: 50px;
Try it yourself »
Padding - Shorthand property
To shorten the code, it is possible to specify all the padding properties in one property. This is called a shorthand property.The shorthand property for all the padding properties is "padding":
The padding property can have from one to four values.
- padding: 25px 50px 75px 100px;
- top padding is 25px
- right padding is 50px
- bottom padding is 75px
- left padding is 100px
- padding: 25px 50px 75px;
- top padding is 25px
- right and left paddings are 50px
- bottom padding is 75px
- padding: 25px 50px;
- top and bottom paddings are 25px
- right and left paddings are 50px
- padding: 25px;
- all four paddings are 25px
All css and css3 for css tools and css3 tools with css code generator and css3 code generator. All css generator and css3 generator for css button gerator and css3 button generator, css gradient generator and css3 gradient generator, css menu maker and css menu maker, css button maker and css3 button maker other help css editor and css3 editor.
No comments:
Post a Comment