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

Set value of padding and margin:-

  1. जब किसी specify selector box में top की value को set करते हैं तो automatically specified selector box के चारो तरफ वही value set हो जाती है।

Syntax:

 #{

                              Padding:10px; or       margin:10px;

                         }

  1. जब किसी specified selector box में केवल 2 value set करते हैं तो पहली value top और bottom को specify करती है तथा दूसरी value left & right को specify करती है।

Syntax:- 

#box

{

                                                Padding:5px 10px;

                              }

  1. जब किसी specified selector box में केवल 3 value set करते हैं तो पहली और तीसरी value top & bottom को specify करती है। दूसरी value left & right को specify करती है।

Syntax:- 

#box

{

                  Padding:5px 10px 15px;

}

 

Set value of padding and margin:-

  1. When you set the value of top in a specified selector box, the same value is automatically set all around the specified selector box.

Syntax:

 #{

                              Padding:10px; or         margin:10px;

                                                         }

  1. When only 2 values are set in a specified selector box, the first value specifies top and bottom and the second value specifies left & right.

Syntax:- 

#box

{

                                                Padding:5px 10px;

                              }

  1. When only 3 values are set in a specified selector box, the first and third values specify top & bottom. The second value specifies left & right.

Syntax:- 

#box

{

                  Padding:5px 10px 15px;

            }

 

error: Content is protected !!