abstract:<!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title><style type="text/css">body{ background:#000;}.box{ width:150px; heig
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style type="text/css">
body{
background:#000;}
.box{
width:150px;
height:80px;
box-shadow:15px 25px 50px #FFF;
background:#000;
color:#fff;
line-height:80px;
text-align:center;
border-radius:20px;
margin:200px auto;
}
</style>
</head>
<body>
<div class="box">
做这条街最靓的仔
</div>
</body>
</html>
Correcting teacher:查无此人Correction time:2019-06-11 09:18:58
Teacher's summary:完成的不错。css样式学好,做出来的页面很绚丽。继续加油。