Particles CSSParticles CSSv0.0.10GitHub

Visibility

Apply visibility properties of an element

Classes

ClassProperties
.visiblevisibility: visible;
.hiddenvisibility: hidden;
.visually-hiddenborder: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;

.visible

Sets the visibility property to visible.

.hidden

Sets the visibility property to hidden.

.visually-hidden

An accessibility utility class to visually remove an element from the page, while maintaining the content for screen-readers. You can read more about this on a11yproject.com .