Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
    <head>
      <title>Test</title>
    </head>
    <body>
      <a href="http://davidwalsh.name/css-transformations" target="_blank">text</a>
    </body>
</html>
 
a {
  display:block;
}
a:hover{
  font-size:45px;
  -webkit-transform:rotate(5deg);
  -webkit-transition-duration:1s;
  
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers