Skip to content

Instantly share code, notes, and snippets.

View TomMalbran's full-sized avatar

Tomás Malbrán TomMalbran

  • Buenos Aires, Argentina
View GitHub Profile
@TomMalbran
TomMalbran / dabblet.css
Created January 10, 2012 19:55
Nice Tabs
/**
* Nice Tabs
*/
.tabrow {
position: relative;
text-align: center;
list-style: none;
margin: 0;
padding: 0;
@TomMalbran
TomMalbran / dabblet.css
Created January 7, 2012 00:05
CSS3 Tags
/* CSS3 Tags */
ul#css3 {
overflow: auto;
list-style: none;
}
ul#css3 li, ul#css3 a {
float:left;
height:23px;