Skip to content

Instantly share code, notes, and snippets.

@robhrt7
Created May 15, 2013 11:59
Show Gist options
  • Save robhrt7/5583481 to your computer and use it in GitHub Desktop.
Save robhrt7/5583481 to your computer and use it in GitHub Desktop.
Untitled
div {
width: 50px; height: 50px;
background: red;
-webkit-transition: -webkit-transform 1s;
}
div:hover {
-webkit-transform: scale(2);
}
// alert('Hello world!');
{"view":"separate","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