Z Index

Sets the z-index (value * 1000) of an element, top and bottom can be used to place the element on top/bottom of other elements.

Z Index

Usage

/* Format */
.u-level--{value} {}

/* Examples & modifiers */
.u-level--1 {}
.u-level--2 {}
.u-level--3 {}
.u-level--4 {}
.u-level--5 {}
.u-level--6 {}
.u-level--7 {}
.u-level--8 {}
.u-level--9 {}
.u-level--10 {}
.u-level--top {}
.u-level--bottom {}
Modifier Values Description
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, top, bottom Sets the z-index (value * 1000) of an element, top and bottom can be used to place the element on top/bottom of other elements.

Preview

Preview