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>
  <a href="#">Hover Me 3</a>
</body>
</html>
 
article, aside, figure, footer, header, hgroup, 
menu, nav, section { display: block; }
a:link, a:visited {
  font-size: 40px;
  -webkit-transition: font-size 1s ease;
  -moz-transition: font-size 1s ease;
  -ms-transition: font-size 1s ease;
  -o-transition: font-size 1s ease;
  transition: font-size 1s ease;
}
a:hover {
  font-size: 100px;
  -webkit-transition: font-size 3s ease;
  -moz-transition: font-size 3s ease;
  -ms-transition: font-size 3s ease;
  -o-transition: font-size 3s ease;
  transition: font-size 3s ease;
}
Output

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

Dismiss x
public
Bin info
ImpressiveWebspro
0viewers