Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <p></p>
</body>
</html>
 
p {
    width: 0;
    height: 0;
    text-indent: -9999px;
    border-right: 80px solid transparent;
    border-bottom: 80px solid #f09;
    border-left: 80px solid transparent;
}
Output

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

Dismiss x