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>
</head>
<body>
  <br><br><br>
<h1 class="test">Hello</h1>
<h1 class="test2">Hello</h1>
<h1 class="test3">Hello</h1>
</body>
</html>
 
h1{
  margin: 0 0;
}
h1.test{
  font-size:15vw;
}
h1.test2{
  font-size:10vmax;
}
h1.test3 {
  font-size: 15vmin;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers