摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="icon" type="imag
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="icon" type="image/x-icon" href=""> <title>css邊框樣式</title> <style type="text/css"> .box1{width: 200px;height: 200px;border: 1px solid #000;} .box2{width: 200px;height: 200px;border: 1px solid #ccc;background: red;border-radius: 50%;} button{width: 100px;height: 30px;line-height: center; border: none;} .box3{width: 200px;height: 200px;background: green; box-shadow: 10px -10px 5px #ccc;} </style> </head> <body> <div class="box1"></div> <hr> <div class="box2"></div> <hr> <button>登錄/注冊</button> <hr> <div class="box3"></div> </body> </html>
批改老師:西門大官人批改時(shí)間:2019-04-02 10:46:59
老師總結(jié):作業(yè)寫的不錯(cuò),最好上傳一下程序的運(yùn)行效果圖