摘要: &nbs
邊框樣式總結(jié)案例
solid 它是一個(gè)實(shí)線
double 邊框顯示為雙實(shí)線
dashed 為虛線
dotted 點(diǎn)狀虛線
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>我的風(fēng)合肥話</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>
批改老師:天蓬老師批改時(shí)間:2019-06-13 17:01:39
老師總結(jié):哎呦, 你合肥的, 老鄉(xiāng), 搞得不丑....
作業(yè)寫得不錯(cuò), 邊框的功能很強(qiáng)大, 你只總結(jié)了其中的極小的一部分