codeGK
Code it ALL
CSS Padding - CodeGK
♦ CSS Padding

♣ About CSS Padding

Padding is extension of only the background of tag.
Padding provides space around the content of the tag.
Defining Type1:
Table Info
PaddingSize
paddinga px
paddingb %
Syntax Explanation:
where, a is number of pixels, and b is percentage
Defining Type2:
Table Info
,,,,,
padding-Side@Demension
padding-left@a px;
padding-right@b px;
padding-top@c px;
padding-bottom@d px;
Syntax Explanation:
where, a, b, c, d can be different pixels
Prev_LessonNext_Lesson
CSS Padding