float
CLASS | DESCRIPTION |
---|---|
.nix-float_none | The element does not float, (will be displayed just where it occurs in the text). |
.nix-float_left | The element floats to the left of its container |
.nix-float_right | The element floats the right of its container |
<div class="nix-float_left"></div>