html 圣诞树
<!DOCTYPE html>
<html>
<head>
<style>
div{
width:0px;
height:0px;
background: white;
}
#first{
border-top: 100px solid white;
border-right: 100px solid white;
border-bottom:100px solid green;
border-left: 100px solid white;
float:left;
}
#second{
width:0px;
height:100px;
border-top: 100px solid white;
border-right: 100px solid white;
border-bottom:100px solid green;
border-left:100px solid white;
}
#third{
width:20px;
height: 200px;
margin-left: 90px;
background: green;
}
</style>
</head>
<body>
<div id="contain">
<div id="first"> </div>
<div id="second"> </div>
<div id="third"> </div>
</div>
</body>
</html>
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步