abstract://css盒子边框效果设置<html><head><style type="text/css">.box{width:1000px;height:100px;color:red;border:1px solid #ccc}</style></head><div class=“box"></d
//css盒子边框效果设置
<html>
<head>
<style type="text/css">
.box{width:1000px;height:100px;color:red;border:1px solid #ccc}
</style>
</head>
<div class=“box"></div>
</html>
Correcting teacher:查无此人Correction time:2019-06-14 09:22:53
Teacher's summary:完成的不错。css样式学好,做出来的页面很绚丽。继续加油。