Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <style>
    body {
      background: lightblue;
    }
    .sample {
      margin: 40px 60px;
      width: 238px;
      height: 250px;
      background-image: url(https://cdn2.vectorstock.com/i/thumb-large/94/56/lifeboat-vector-3669456.jpg);
      background-color: lightblue;
      background-blend-mode: multiply;
    }
  </style>
</head>
<body>
  <div class="sample">
    
  </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers