快捷导航
发新帖
返回列表
简写的代码和老师一样可是出来的只有背景色,能帮我看看哪里有问题吗
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>无标题文档</title>
<style type="text/css">
        body{ background:#D8D8D8}
        .box{
                 width: 0px;
             height: 0px;
                 boder:30px solid transparent;
             border-top-color: aqua;
        }
        </style>
</head>

<body>
<div class="box"></div>
</body>
</html>


举报 使用道具
| 回复

共1个回复 最后回复于 2017-8-22 18:28

勤币 13901   学币 196  
沙发
发表于 2017-8-22 18:28:32 | 只看该作者
border:30px solid transparent;
border中间少些了一个r
举报 使用道具
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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