标签:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
#demo {
width: 0;
height: 0;
border-width: 200px;
border-style: solid;
border-color: transparent transparent red transparent;
}
.d2{
width:400px;
height:200px;
background-color: orange;
}
</style>
</head>
<body>
<div id="demo">
</div>
<div class="d2"> <img src="01_03.png" ></div>
</body>
</html>
标签:
原文地址:http://www.cnblogs.com/l742314100/p/5934095.html