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

Z-Index:-

                CSS में z-index property HTML elements का stack order define करने के लिए use की जाती है। Stack order वह order होता है जिसमें एक element को दूसरे element के ऊपर या निचे के क्रम में व्यवस्थित किया जाता है। जिस Element का Stack Order ज्यादा होता हैं। वह Element सबसे ऊपर दिखाई देता हैं। और जिस Element की Stack Value सबसे कम होती हैं। वह Element अन्य Elements से नीचे दिखाई देता हैं।

Note:- Elements की static Position नही होना चाहिए।

Syntax:-  z-index :  auto | integer-number;

 

Z-Index:-

                The z-index property in CSS is used to define the stack order of HTML elements. Stack order is the order in which one element is arranged above or below another element. The element which has higher stack order. That element appears at the top. And the element which has the lowest stack value. That element appears below other elements.

Note:- Elements should not have static position.

Syntax:-  z-index :  auto | integer-number;

 

Example:

error: Content is protected !!