Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created April 2, 2012 14:38
Show Gist options
  • Select an option

  • Save shabunc/2283923 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/2283923 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
*/
.block {
border: 1px solid black;
padding: 5px;
width: 150px;
height: 150px;
}
.block:hover {
height: 300px;
background: red;
transition: all 2s;
}
<!-- content to be placed inside <body>…</body> -->
<div class="block">
COME HOVER ME
</div>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment