Skip to content

Instantly share code, notes, and snippets.

@teetteet
Forked from cahnory/dabblet.css
Created October 23, 2012 18:21
Show Gist options
  • Save teetteet/3940510 to your computer and use it in GitHub Desktop.
Save teetteet/3940510 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.image1 {
background: red;
font-size: 10px;
height: 1em;
transition: all 1s;
width: 1em;
/* Drawing */
box-shadow: 1em 0 #000,
0 1em #000;
}
.image1:hover {
font-size: 20px;
}
Roll over the red square :
<div class="image1"></div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment