# Size Button can be `tiny`, `small`, `medium` and `large` size. ```html Small Small Small Not Small Not Not Small ``` ```css .n-button { margin: 0 8px 8px 0; } ```