2-15作业提交
来源:2-15 编程练习
qq_慕斯7214945
2020-08-24 09:47:58
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style type="text/css">
div{
width: 800px;
height:400px;
border:10px solid rgba(255,0,0,.5);
padding:20px;
background: url("http://climg.mukewang.com/582c39c00001091605000150.jpg") no-repeat, #cccccc;
background-size: 90%;
font-size: 38px;
font-weight: bold;
text-align: center;
background-clip: padding-box;
background-position: center center;
}
</style>
</head>
<body>
<div>
慕课网(IMOOC)国内组大的IT技能学习平台
</div>
</body>
</html>
1回答
好帮手慕慕子
2020-08-24
同学你好,代码实现是正确的,继续加油,祝学习愉快~
相似问题