Skip to content

Instantly share code, notes, and snippets.

View basher's full-sized avatar

basher

View GitHub Profile
@basher
basher / dabblet.css
Created February 23, 2012 11:40
CSS3 tabbed interface
/**
* CSS3 tabbed interface
* - based on http://www.sitepoint.com/css3-tabs-using-target-selector/
* - 1st tab is LAST in markup:
* - so it can be styled as active on page load
* - use combination of :target and ~ to override when another tab is clicked
*/
body {
font: 62.5%/1.5 Georgia,serif;
margin: 10em 0 0;