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>
  <p class="extra-padding small">All work and no play makes jack a dull boy</p>
  <p class="extra-padding">All work and no play makes jack a dull boy</p>
  <div class="sidebar">
    <p>All work and no play makes jack a dull boy</p>    
  </div>
</body>
</html>
 
p {
  outline: 1px solid blue;
  padding: 10px;
}
.extra-padding {
  padding: 50px;
}
.small {
  font-size: 8px;
  padding: 20px;
}
.sidebar p {
  color:red;
  padding: 80px;
}
Output

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

Dismiss x
public
Bin info
ynonppro
0viewers