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="box">
  </div>
</body>
</html>
 
.box {
  width: 400px;
  height: 400px;
  background-color: green;
  background-repeat: no-repeat;
  
  background-image: url(http://placehold.it/200/f00&text=bottom_right),
url(http://placehold.it/150/0f0&text=bottom_left),
url(http://placehold.it/150/00f&text=push_from_bottom);
  
  background-position:
    bottom 1em right 2px,
    bottom left,
    left 50% bottom 90%
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers