Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

z-index

/* The z-index property specifies the stack order of an element. */
.z-index {
   z-index: -1;
}
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
2+8 =