Skip to content

Instantly share code, notes, and snippets.

View gentle-media's full-sized avatar

Gentle Media gentle-media

  • Gentle Media
  • Rhodes, Greece
View GitHub Profile
@gentle-media
gentle-media / dabblet.css
Created April 20, 2012 13:38
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/* The large delay prevents the color from changing */
p.perm {
transition: color 0s 9999999s;
}
@gentle-media
gentle-media / dabblet.css
Created March 31, 2012 19:11
CSS3 ribbon buttons
/**
* CSS3 ribbon buttons
*/
.ribbonA{
position: relative;
display: block;
width: 258px;
height: 50px;
font: .9em/50px Georgia, "Times New Roman", Times, serif;
@gentle-media
gentle-media / dabblet.css
Created March 29, 2012 10:36
CSS3 ribbon buttons
/**
* CSS3 ribbon buttons
*/
.ribbonA{
position: relative;
display: block;
width: 258px;
height: 50px;
font: .9em/50px Georgia, "Times New Roman", Times, serif;