Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<h1>Hello</h1>
</body>
</html>
 
h1 {
  font-style: italic;
  color: #69c;
  float: right;
  font-size: 100px;
  transform: rotate(0deg);
  transition: transform 1s, color 1s;
}
h1:hover {
  transform: rotate(360deg) scale(3);
  color: red;
}
Output

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

Dismiss x
public
Bin info
Justineopro
0viewers