为什么简写和单独写效果截然不同
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
div{
border: 10px solid ;
border-color: rgba(255,0,0,0.5);
padding: 20px;
width: 800px;
height: 550px;
text-align: center;
background-clip: content-box;
background-size: 90%;
background-image: url(http://img1.sycdn.imooc.com/climg//582c39c00001091605000150.jpg) ;
background-repeat: no-repeat;
background-position: bottom;
/*background: content-box 90% url(http://img1.sycdn.imooc.com/climg//582c39c00001091605000150.jpg) no-repeat bottom;*/
}
</style>
</head>
<body>
<div>
<h1>慕课网(IMOOC)国内最大的IT技能学习平台</h1>
</div>
</body>
</html>
正在回答
你好,经测试还缺少了一个属性,
这两个要求中的属性分别是:
所以分开写的应该是:
简写的应该是:
自己再测试下。
- 参与学习 人
- 提交作业 2198 份
- 解答问题 5012 个
如果你有web端基础,既想进阶,又想进军移动端开发,那就来吧,我们专题为你带来的课程有HTML5、CSS3、移动基础、响应式、bootstrap、less等,让你在前端道路上畅通无阻!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星