サマリー:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>CSS邊框樣式</title><!-- <link rel="shortcut icon" type="image/x-icon" href=&
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CSS邊框樣式</title>
<!-- <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"> -->
<style type="text/css">
.box{width:100px;height:100px;border:1px solid #ccc;margin-bottom:20px;}
.box1{width:100px;height:100px;border:1px double lightcoral;margin:20px 0px;border-radius:20px;}
.box2{width:100px;height:100px;border:1px dashed lightblue;margin:20px 0px;border-radius:50px;}
.box3{width:100px;height:100px;border:1px dotted lightgreen;margin:10px 0px;box-shadow:10px 5px 3px #cfcfcf;}
.box4{width:100px;height:100px;margin:10px 0px;margin:20px 0px;box-shadow:0px 6px 40px #cfcfcf inset;}
button{border:none;}
</style>
</head>
<body>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<button>登錄</button>
</body>
</html>
添削の先生:查無(wú)此人添削時(shí)間:2019-07-16 13:14:32
先生のまとめ:完成的不錯(cuò),常用的css樣式可以寫(xiě)到公用文件里,每個(gè)項(xiàng)目都可以加載這一個(gè)公用文件。繼續(xù)加油。