Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<div>
<h1>Auto Scaling Text</h1>
<p>This text scales automatically</p>
<div>
</body>
</html>
 
html,body{
height : 100%;
}
div{
height : 100%;
}
h1{
margin : 0 auto;
font-size : 7.5vw;
}
p{
margin : 0 auto;
font-size : 2vw;
}
Output

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

Dismiss x
public
Bin info
jsbeginnerpro
0viewers