<html>
<head>
<title>三角形</title>
<style type="text/css">
.traingle{
width:0;
height:0;
border-left:50px solid transparent;
border-right:50px solid transparent;
border-bottom:100px solid yellowgreen;
}
</style>
</head>
<body>
<div class="traingle"/>
</body>
</html>
CSS - 三角形【2018.11.23】
最新推荐文章于 2023-01-30 21:08:36 发布
