边框样式总结案例

Original 2019-06-13 10:11:07 168
abstract:                                                        &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>



Correcting teacher:天蓬老师Correction time:2019-06-13 17:01:39
Teacher's summary:哎呦, 你合肥的, 老乡, 搞得不丑.... 作业写得不错, 边框的功能很强大, 你只总结了其中的极小的一部分

Release Notes

Popular Entries