Navigation tabs for two forms.

Author

  • Ilham Ibnu Purnomo

Made with

  • HTML / CSS

CSS TAB

Author

  • Wendy

Made with

  • HTML / CSS

TABS

The + selector selects the next adjacent element. Historically this has been cool for styling labels. With CSS grid, an element can be next to another in markup, but somewhere totally different in display. This pen uses a simple input[type="radio"]:checked selector combined with a lot of +‘s to style different pages of an imaginary microsite.

Author

  • eightarmshq

Made with

  • HTML / CSS (SCSS)

PURE CSS TABS

Radio version of tabs. Requirements: not rely on specific IDs for CSS (the CSS shouldn’t need to know specific IDs), flexible for any number of unkown tabs [2-6], accessible. Caveats: since these are checkboxes the tabs not tab-able, need to use arrow keys.

Author

  • Mark Caron

Made with

  • HTML / CSS

CSS TABS

Pure CSS vertical tabs.

Author

  • massimo

Made with

  • HTML (Pug) / CSS (SCSS)

PURE CSS TABS WITH INDICATOR

Author

  • Alex

Made with

  • HTML / CSS (SCSS)

ANIMATED TRANSITION TABS

Animated transition tabs with checkboxes.

Author

  • Flkt Crnpio

Made with

  • HTML / CSS

PURE CSS COLOR TABS

No label pure CSS color tabs.

Author

  • ari

Made with

  • HTML (Pug) / CSS (SCSS)

CSS ONLY TABS

Material Design CSS only tabs.

Author

  • Ben Mildren

Made with

  • HTML / CSS (SCSS)

CSS3 TABS

Responsive pure CSS3 tabs by Sorax.

Author

  • YozhEzhi

Made with

  • HTML / CSS (SCSS)

TAB CONTROLS USING HTML AND CSS

Clicking on the labels is effectively the same as clicking on the input boxes. The radio inputs are hidden with CSS. When a radio is selected, their curious tab content neighbors show up. That’s it! The only drawback is you won’t be able to style the selected tab without resorting to some JS, but that shouldn’t be a very big deal.

Author

  • Nicolas Bevacqua

Made with

  • HTML (Pug) / CSS (Stylus)

PURE CSS TABS

Just HTML and CSS.

Author

  • Wallace Erick

Made with

  • HTML / CSS (SCSS)