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>
</head>
<body>
<svg id="btn" width="300" height="200" xmlns="http://www.w3.org/2000/svg">
  <path d="M 10,10 L 300,10 S 230,75 300,150 L 10,150 S 70,75 10,10 z" stroke="transparent" fill="#24d992" stroke-width="3"/>
</svg>
</body>
</html>
 
body {
  background: url("http://www.photos-public-domain.com/wp-content/uploads/2012/01/baby-blue-fabric-texture.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#btn {
  display: block;
  margin: 2rem auto;
}
Output

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

Dismiss x
public
Bin info
lime7pro
0viewers