摘要:<!DOCTYPE html><html><head> <title>圓柱狀</title> <style type="text/css"> *{ margin:0;padding:0; } li{ list-style: none; padding:5px; } .shadow{
<!DOCTYPE html>
<html>
<head>
<title>圓柱狀</title>
<style type="text/css">
*{
margin:0;padding:0;
}
li{
list-style: none;
padding:5px;
}
.shadow{
background-color: #fff;
width: 100px;
margin:50px auto;
text-align: center;
box-shadow: 0 20px 20px #ed4040 inset;
cursor:pointer;
border:1px solid #ccc;
border-radius:5px;
}
</style>
</head>
<body>
<div class="shadow">
<ul>
<li>導(dǎo)航</li>
</ul>
<span></span>
</div>
</body>
</html>
批改老師:查無(wú)此人批改時(shí)間:2019-04-11 14:40:47
老師總結(jié):完成的不錯(cuò),樣式是頁(yè)面靈魂,要好好學(xué)習(xí)。繼續(xù)加油。