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>
  <div class="square"></div>
</body>
</html>
 
body {
  background: url(http://lorempixel.com/output/nature-q-c-800-800-3.jpg) no-repeat;
  overflow: hidden;
  margin: 0;
}
.square {
  width: 200px;
  height: 200px;
  border: solid;
  border-color: rgba(0, 0, 0, 0.65);
  border-width: 200px 450px 400px 150px;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers