‘
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<style type="text/css">
.div {
margin: 0px;
height: 0px;
width: 0px;
border-left: solid 100px green;
border-top: solid 200px rgba(0, 0, 0, 0);
border-bottom: solid 100px rgba(0, 0, 0, 0);
}
</style>
<body>
<div class="div">
</div>
</body>
<script type="text/javascript">
</script>
</html>