Skip to content

Instantly share code, notes, and snippets.

@Acconut
Created August 28, 2012 12:09
Show Gist options
  • Save Acconut/3497568 to your computer and use it in GitHub Desktop.
Save Acconut/3497568 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
*/
#outer {
height: 100px;
width: 100px;
background: red;
transition: all 1s ease;
}
#outer:hover {
width: 200px;
background: orange;
}
<div id="outer">
<div id="inner"></div>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment