OOOOPS. Your browser seems to be too old for this. Please update your browser.
Teutonic CSS
Use it

Tab

This is an alternative active state, a simple horizontal tabbed navigation.

This fancy example includes some utility classes for the colored background container, and the border on the bottom. Only horizontal tabs are supported.

Syntax: .active-tab
SCSS: _active-tab.scss
<nav class="pa-h_m pa-t_l bo-b_px bg-1">
  <div class="flex gap-no text-mono">
    <a class="box" href="">a.box</a>
    <a class="box active-tab" href="">a.box.active-tab</a>
    <a class="box" href="">a.box</a>
  </div>
</nav>
<div class="pa_m"></div>