Pattern: .tabs

.tabs

Group all buttons as a tab.
Source:
Example
<p class="tabs simple-tabs no-margin">
    <span class="btn btn-primary is-active">Overview</span>
    <span class="btn btn-primary">Feeding Guide</span>
    <span class="btn btn-primary">Composition</span>
</p>

.tabs

Group all buttons as a tab and center it.
Source:
Example
<p class="tabs-center simple-tabs no-margin">
    <span class="btn btn-primary is-active">Overview</span>
    <span class="btn btn-primary">Feeding Guide</span>
    <span class="btn btn-primary">Composition</span>
</p>