Skip to content

Instantly share code, notes, and snippets.

@cahnory
Created October 3, 2012 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cahnory/3825757 to your computer and use it in GitHub Desktop.
Save cahnory/3825757 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