Skip to content

Instantly share code, notes, and snippets.

@doochik
Last active November 17, 2015 10:10
Show Gist options
  • Save doochik/5f9301eb30aa268b362e to your computer and use it in GitHub Desktop.
Save doochik/5f9301eb30aa268b362e to your computer and use it in GitHub Desktop.
Untitled
div {
transition: height 1s, width 1s, background 1s;
border: 1px solid #000;
width: 100px;
height: 100px;
}
div:hover {
background: #f00;
width: auto;
height: auto;
}
<div>
1111
</div>
// alert('Hello world!');
{"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