We would like to know how to create Funnel stack element.
<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.taper {<!--from w w w .j a va2 s . c om-->
width: 200px;
height: 0px;
border-color: lightgray transparent;
border-style: solid;
border-width: 50px 25px 0 25px;
}
</style>
</head>
<body>
<div class="taper"></div>
</body>
</html>
The code above is rendered as follows: