Skip to content

Instantly share code, notes, and snippets.

@zhishaofei3
Created July 29, 2016 07:01
Show Gist options
  • Save zhishaofei3/510240a6a687b6a0962160eb05c112e3 to your computer and use it in GitHub Desktop.
Save zhishaofei3/510240a6a687b6a0962160eb05c112e3 to your computer and use it in GitHub Desktop.
Untitled
img {
margin: 50%;
-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
transform: rotate(0deg);
transition: 1s;
}
img:hover {
transform: rotate(360deg);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
<img src="http://gotoandlearn.net/images/black_logo.png">
// alert('Hello world!');
{"view":"split-vertical","fontsize":"130","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment