There are currently 0 users online.
z-indexプロパティは、ボックスの階層を指定する際に使用する。 positionプロパティでstatic以外の値が指定されている要素に適用される。
0を基準値として値が大きいものほど上に表示される。
div {
position: relative; z-index: 1
;
}
Recent comments