Skip to content

Instantly share code, notes, and snippets.

@blude
Created March 21, 2013 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blude/5217118 to your computer and use it in GitHub Desktop.
Save blude/5217118 to your computer and use it in GitHub Desktop.
Untitled
.cena {
-webkit-perspective: 100px;
-webkit-perspective-origin: 60px 0;
}
.add {
width: 120px;
border: 1px solid #bbb;
background: #eee;
padding: 10px;
font-size: 1.2em;
transition: -webkit-transform 1.2s ease;
-webkit-transform: rotateX(0deg);
-webkit-transform-style: preserve-3d;
}
.add:hover {
-webkit-transform: rotateX(180deg);
}
<div class=cena>
<input type=button value=Adicionar class=add>
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment