abstrakt:<!DOCTYPE html><html><meta charset=utf-8"/><head><title>CSS邊框樣式練習(xí)</title><link rel="icon" href="2.gif" type="image/2gif"
<!DOCTYPE html>
<html>
<meta charset=utf-8"/>
<head>
<title>CSS邊框樣式練習(xí)</title>
<link rel="icon" href="2.gif" type="image/2gif" >
<link rel="stylesheet" type="text/css" href="css/hd.css">
<style type="text/css">
#bg{height:100px;width:200px;border:1px solid #F00;}
#bg1{ height:200px;width:200px;border:1px solid #F00; border-top:none;}
#button{border:none;}
#shadow{width:300px;height:40px;box-shadow:0px 6px 30px #ccc inset;}
</style>
</head>
<body>
<div id="bg">bg</div>
<div id="bg1">bg1</div>
<div id="button">登錄</div>
<div id="button">shadow</div>
<p> </p>
<p> </p>
</body>
</html>
Korrigierender Lehrer:韋小寶Korrekturzeit:2019-02-25 11:55:24
Zusammenfassung des Lehrers:寫的很不錯 css中的邊框樣式有很多種 可以試試利用css中的邊框來完成一個相冊