Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML>
<html lang="en-US">
<head>
  <meta charset="UTF-8">
  <title>Demo box</title>
  
  <style type="text/css">
    #box {
      width: 25%;
      background: #00F;
      color: #FFF;
    }
  </style>
  
</head>
<body>
  <div id="box">I'm 25% wide (of the page)</div>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers