nix

  • Docs
Docs Menu
  • nix
    • Display
    • Flexbox
    • Float
    • Margin
    • Sizing
    • Padding
    • Position
    • Text
    • Others

Margin guide

margin

Default margin sizes range from 0px to 100px, with interval of 5.

CLASSDESCRIPTION
.nix-margin_0Add margin on all sides
.nix-margin-top_5Add top margin
.nix-margin-right_10Add right margin
.nix-margin-bottom_15Add bottom margin
.nix-margin-left_20Add left margin
<div class="nix-margin-top_5"></div>
xxxxxxxxxx
 
1
<div class="nix-margin-top_5"></div>

Responsive example

CLASSDESCRIPTION
.nix-margin_0--xs--xs suffix only affects device widths of 768px and lower.
.nix-margin-top_5--sm--sm suffix only affects device widths of 1024px and lower.
.nix-margin-right_10--md--md suffix only affects device widths of 1200px and lower.

Contribute on Github! Edit this section.

  • margin12 sec read
  • Responsive example11 sec read
    Copy