abstract:<html><head> <meta charset="UTF-8"> <style> div{ width:200px; &nb
<html>
<head>
<meta charset="UTF-8">
<style>
div{
width:200px;
height:100px;
background-color: red;
border:2px solid blue;
margin: 0 auto;
}
.test{
box-shadow: 0 2px 30px #888 inset;
}
</style>
</head>
<body>
<!--一個盒子只有標簽定義,一個盒子有類選擇器定義。-->
<div class="test"></div>
<hr>
<div></div>
</body>
</html>
Correcting teacher:查無此人Correction time:2019-04-27 17:30:46
Teacher's summary:完成的不錯,css可以讓頁面更加漂亮。繼續(xù)加油。