Skip to content

Instantly share code, notes, and snippets.

@glorialangreo
Created May 22, 2012 11:29
Show Gist options
  • Save glorialangreo/2768477 to your computer and use it in GitHub Desktop.
Save glorialangreo/2768477 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
*/
.test {
height:100px;
width:100px;
border: 2px solid #CCC;
border-radius:300px;
background:url('http://www.truetop10.com/wp-content/uploads/2012/03/sleepy-and-tired-cute-beige-cat.jpg.pagespeed.ce.86ZeICh_1f.jpg') no-repeat 50% 50%;
}
.test:hover {
-webkit-transform-origin: bottom center;
-webkit-transition-property: width, height;
-webkit-transition: 0.5s ease-in-out;
width:300px;
height:300px;
}
<!-- content to be placed inside <body>…</body> -->
<div class="test"></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