摘要:<!DOCTYPE html> <html> <head> <title>css边框</title> <meta charset="uf8">
<!DOCTYPE html> <html> <head> <title>css边框</title> <meta charset="uf8"> <style type="text/css"> .box{width:50px;height:50px;border:1px solid #ccc;border-radius:25px;} .xxx{width:52px;height:20px;boeder-top:1px dotted red;} .rrr{width:200px;height:50px;box-shadow:5px 5px 5px inset;} </style> </head> </head> <body> <div class="box"></div> <div class="xxx"></div> <div class="rrr"></div> </body> </html>
批改老师:灭绝师太批改时间:2018-11-06 10:33:41
老师总结:基础知识部分都比较简单,有课余时间可以拓展点东西呀,也可以找点对应的案例做做,不会的话可以及时问