Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div class="parent">
    <div class="arrow"></div>
  </div>
</body>
</html>
 
2
body {
  background-image: url(http://patterncooler.com/gen/downloaded/png/_s_a3Cb34c3Cd34e0f0g64hF4E3C4AEB2CAi38.png);
}
.parent {
  margin: 50px auto;
  width: 300px;
  border: 10px solid orangered;
  border-left-width: 0;
}
.arrow {
  position: relative;
  width: auto;
  height: 200px;
  background: rgba(0,0,0,0.2);
  }
.arrow:before,
.arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 35px;
    border-left: 10px solid transparent;
    }
.arrow:before {
    height: 45px;
    bottom: -10px;
    left: -10px;
    border-left-color: orangered;  
    }
.arrow:after {  
    top: -10px;
    left: -10px;
    border-left-color: orangered;  
    }
Output 300px

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

Dismiss x
public
Bin info
chifixsapro
0viewers