Position

This global modifier set the position of an element.

The structure of the class names are:

  • .position-{POSITION}
  • .position-{POSITION}-{SCREEN_SIZE} until the screen size

The values are:

  • POSITION static, relative, absolute, fixed, sticky
  • SCREEN_SIZE lg, md, sm, xs

Basic Example:

Static

html