Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta name="description" content="step 1 of example for Stack Overflow answer http://stackoverflow.com/a/7091927/578288" />
<meta charset=utf-8 />
  <title>CSS triangle explanation step 1</title>
</head>
<body>
  
  <div class="triangle"></div>
  
</body>
</html>
 
.triangle {
    border-color: yellow blue red green;
    border-style: solid;
    border-width: 200px 200px 200px 200px;
    height: 0px;
    width: 0px;
}
Output

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

Dismiss x
public
Bin info
roryokanepro
0viewers