Particles CSSParticles CSSv0.0.10GitHub

Position

Apply display properties of an element

Classes

ClassProperties
.staticposition: static;
.fixedposition: fixed;
.absoluteposition: absolute;
.relativeposition: relative;
.stickyposition: sticky;
.z-autoz-index: auto;
.z-[1-10]z-index: [10, 20, 30...80, 90, 100];
.top-0top: 0;
.top-autotop: auto;
.bottom-0bottom: 0;
.bottom-autobottom: auto;
.left-0left: 0;
.left-autoleft: auto;
.right-0right: 0;
.right-autoright: auto;

Positioning

.top-0.left-0
.top-0.right-0
.bottom-0.left-0
.bottom-0.right-0