边框边框边框边框边框边框边框边框边框

Original 2019-03-10 13:08:54 179
abstract:<html><head>.box{height:80px;width:80px;border-right:red;solid}//设置边框</head><body><div class="box"></div></body></html>

<html>

<head>

.box{height:80px;width:80px;border-right:red;solid}//设置边框

</head>

<body>

<div class="box"></div>

</body>

</html>

Correcting teacher:韦小宝Correction time:2019-03-10 13:26:17
Teacher's summary:css实现边框样式可以有多种样式的 没事多去实现几种

Release Notes

Popular Entries