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>
  <style>
    *{margin: 0;padding: 0;}
    html{
      font-size: 10px;
      
    }
  .box{
   padding:1rem;
    border:1rem solid #000;
    margin:1rem;
    width: 1rem;
    height: 100px;
    font-size: 0.5rem;
  
  }
  </style>
</head>
<body>
<div class="box">111</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers