快捷导航
发新帖
返回列表
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>圣诞树内外边框的应用</title>
</head>
<style>

.bg{ width:900px; height:1200px; margin:0 auto; background:#CCCCCC;}

.trees1{ width:0px; height:0px; border:100px solid transparent; border-bottom-color: green; margin:0 auto; margin-top: -100px; }

.trees2{ width:0px; height:0px; border:200px solid transparent; border-bottom-color: green; margin:0 auto; margin-top: -200px; }

.trees3{ width:0px; height:0px; border:300px solid transparent; border-bottom-color: green; margin:0 auto; margin-top: -300px; }

.trees4{ width:100px; height:300px; margin:0 auto; background:green; }

</style>  

<body>

<div class="bg">

<div class="trees1"></div>

<div class="trees2"></div>

<div class="trees3"></div>

<div class="trees4"></div>

</div>
</body>
</html>









本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
举报 使用道具
| 回复

共1个回复 最后回复于 2018-7-23 17:39

勤币 13901   学币 196  
沙发
发表于 2018-7-23 17:39:06 | 只看该作者
作业完成没有问题
举报 使用道具
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表