Visibility

Modifier for controlling the visibility of an element.

The structure of the class names are:

  • .visible
  • .visible-{SCREEN_SIZE} until the screen size
  • .invisible
  • .invisible-{SCREEN_SIZE} until the screen size

The values are:

  • SCREEN_SIZE lg, md, sm, xs

Basic Example:

  • I am visible
  • I am visible on desktop
html