Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title>hello world</title>
    <meta charset="utf-8">
    <style>
        h1 {
            position: relative;
            width:500px;
            height: 500px;
            font-size: 3em;
            transition: font-size 0.5s ease;
        }
        h1:hover {
            font-size: 4em;
        }
    </style>
</head>
<body>
    <h1>Hello world!<h1>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers