abstract:<!doctype html><html><head><meta charset="utf-8"><title>無標(biāo)題文檔</title><style type="text/css">body{ background:#000;}.box{ width:150px; heig
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>無標(biāo)題文檔</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樣式學(xué)好,做出來的頁面很絢麗。繼續(xù)加油。