????: &nbs
邊框樣式總結案例
solid 它是一個實線
double 邊框顯示為雙實線
dashed 為虛線
dotted 點狀虛線
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>我的風合肥話</title>
<link rel="shortcut icon" type="image/x-icon" href="weas/pht.pag">
<link rel="stylesheet" type="text/css" href="css/101.css">
<style type="text/css">
.box{width: 100px;height: 100px;border: 1px dotted #ccc;border-radius:50px}(控制圓角)
.main{width: 100px;height: 100px;border-top: 1px solid red;background: #ccc;border-left: 1px solid red;}
button{border: none;}(去邊框)
</style>
</head>
<body>
<div class="box"></div>
<div class="main"></div>
<button>登錄</button>
</body>
?? ???:天蓬老師?? ??:2019-06-13 17:01:39
???? ??:哎呦, 你合肥的, 老鄉(xiāng), 搞得不丑....
作業(yè)寫得不錯, 邊框的功能很強大, 你只總結了其中的極小的一部分