CSS - <integer>

説明

整数値を指定します。負数を指定することもできます。

CSS
.sample1 { z-index: 999; }
.sample2 { z-index: -1; }