老师请检查下我的代码 谢谢
来源:2-15 编程练习
差三岁zh
2020-09-15 13:50:09
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
div{
width:350px;
height:200px;
padding:20px;
border:10px solid rgba(255,0,0,.25);
background-image: url("http://climg.mukewang.com/582c39c00001091605000150.jpg");
background-repeat: no-repeat;
text-align:center;
font-weight:bold;
background-color:gray;
background-size:90%;
background-position:50% 80%;
/* background-origin:padding-box;*/
background-clip: padding-box;
}
</style>
</head>
<body>
<div>
慕课网(IMOOC)国内最大的IT技能学习平台
</div>
</body>
</html>
1回答
好帮手慕码
2020-09-15
同学你好,代码实现是正确的,继续加油,祝学习愉快~
相似问题