admin管理员组文章数量:1122850
圣诞树
圣诞树,哈哈
代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ".dtd">
<html xmlns="" lang="zh-CN"><head>
<title>圣诞树</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="布尔教育 " />
<style>
#trip1{
width:0px;
height: 0px;
border-top:50px solid transparent;
border-right:50px solid transparent;
border-bottom:50px solid green;
border-left:50px solid transparent;
margin-left: 30px;
float: left;
}
#trip2{
width:0px;
height: 0px;
border-top:0px solid transparent;
border-right:80px solid transparent;
border-bottom:80px solid green;
border-left:80px solid transparent;
margin-left: 0px;
clear: left;
}
#trip3{
clear:left;
width:20px;
height:100px;
background: SaddleBrown;
margin-left: 70px;
}
</style>
</head>
<body>
<div id="trip1"></div>
<div id="trip2"></div>
<div id="trip3"></div>
</body>
</html>
本文标签: 圣诞树
版权声明:本文标题:圣诞树 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/biancheng/1703869903a613237.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论