Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

padding

          Content के चारों तरफ खाली जगह को Padding कहा जाता हैं Padding, Content के बाहर और Border के अंदर Show होती हैं Padding का कोई color नहीं होता है। यह transparent होती है। Padding उसी color में show होती है जो की element का background color है।

       CSS द्वारा आप प्रत्येक Element के लिए Padding Declare कर सकते हैं। जिसके लिए CSS द्वारा निम्न Properties का इस्तेमाल किया जाता हैं

i. padding – इसे Padding की Shorthand Property भी कहते हैं। इसके द्वारा सभी sides की padding एक ही बार में define हो जाती है।

ii. padding-top – इस Property के द्वारा Element की Top Padding को Set किया जाता हैं।

iii. padding-right – इस Property के द्वारा Element की Right Padding को Set किया जाता हैं।

iv. padding-bottom – इस Property के  द्वारा Element की Bottom Padding को Set किया जाता हैं।

v. padding-left – इस Property के द्वारा Element की Left Padding को Set किया जाता हैं।

 

padding

         The empty space around the content is called padding. Padding is shown outside the content and inside the border. Padding has no color. It is transparent. Padding is shown in the same color as the background color of the element.

           Through CSS you can declare padding for each element. For which the following properties are used by CSS

i. padding – This is also called shorthand property of padding. Through this, the padding of all the sides is defined at once.

ii. padding-top – The top padding of the element is set through this property.

iii. padding-right – Right padding of the element is set through this property.

iv. padding-bottom – The bottom padding of the element is set through this property.

v. padding-left – The left padding of the element is set through this property.

error: Content is protected !!