Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="padding">
  <meta charset="utf-8">
  <title>padding</title>
</head>
<body>
  
  <style>
    p { border: solid blue 1px; width: 160px;}
    #black {
      position: absolute; top: 100px; left: 50px;
      width: 240px; height: 120px; background: yellow; 
    }
  </style>
  <div id=black></div>
  <div style="position: absolute; top: 100px; left: 50px;">
    <p style="margin: 20px"> margin 20px</p>
    <p style="margin: 20px"> margin 20px</p>
  </div>
  
</body>
</html>
Output

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

Dismiss x