📜  z pos css 代码示例

📅  最后修改于: 2022-03-11 14:47:55.783000             🧑  作者: Mango

代码示例1
/*priority on the index coming out of the screen*/

/* Keyword value */
z-index: auto;

/*  values */
z-index: 0;
z-index: 3;
z-index: 289;
z-index: -1; /* Negative values to lower the priority */

/* Global values */
z-index: inherit;
z-index: initial;
z-index: revert;
z-index: unset;