position
CLASS | DESCRIPTION |
---|---|
.nix-position_relative | The element is positioned relative to its normal position |
.nix-padding_absolute | The element is positioned relative to its first positioned (not static) ancestor element |
.nix-padding_fixed | The element is positioned relative to the browser window |
.nix-padding_static | Default value. Elements render in order, as they appear in the document flow |
.nix-padding_sticky | The element is positioned based on the user's scroll position |
<div class="nix-padding-top_5"></div>