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="wrapper">
  <a class="left" href="#1">Link</a>
  <div class="right"> <a href="#">Link</a> <a href="#">Link</a> </div>
  <div class="inner"></div>
</div>
</body>
</html>
 
.wrapper {width:400px; height: 50px; background:gold;position:relative; overflow:hidden;}
a {color: black; font-weight:bold; font-family:'Century Gothic'; text-decoration:none; }
a.left {padding:10px; float:left;}
div.right {float:right;z-index:1;padding:10px;position:relative;}
div.right a {color: #FFF}
.inner {width: 0; position:absolute; z-index:0;
height: 0;
border-style: solid;
border-width: 50px 400px 50px 0;
border-color: transparent #000000 transparent transparent; bottom:0; right:0}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers