[CSS]CSS Box Model - CSS Padding
개발관련/CSS/CSS3 2012. 10. 23. 21:40 |출처: http://www.w3schools.com/css/css_padding.asp
All CSS Padding Properties
Property | Description |
---|---|
padding | A shorthand property for setting all the padding properties in one declaration |
padding-bottom | Sets the bottom padding of an element |
padding-left | Sets the left padding of an element |
padding-right | Sets the right padding of an element |
padding-top | Sets the top padding of an element |
CSS Padding
Set the left padding of an element
Set the right padding of an element
Set the top padding of an element
Set the bottom padding of an element
All the padding properties in one declaration
'개발관련 > CSS/CSS3' 카테고리의 다른 글
[CSS]CSS Advanced - CSS Dimension (0) | 2012.10.23 |
---|---|
[CSS]CSS Advanced - CSS Grouping and Nesting (0) | 2012.10.23 |
[CSS]CSS Box Model - CSS Margin (0) | 2012.10.23 |
[CSS]CSS Box Model - CSS Outline (0) | 2012.10.23 |
[CSS]CSS Box Model - CSS Border (0) | 2012.10.23 |