サマリー:<html> <head> <meta charset="utf-8"> <title>border邊框練習</title> <style> .box{ width:300px; height:300px; border-top:1px solid red;
<html> <head> <meta charset="utf-8"> <title>border邊框練習</title> <style> .box{ width:300px; height:300px; border-top:1px solid red; border-right:1px dashed #ccc; border-bottom:1px double #333; border-left:1px dotted blue; } .box2{ margin:10px; width:150px; height:150px; box-shadow:10px 20px 3px #ccc inset; } button{ border:none; font-size:20px; } </style> </head> <body> <div class="box"></div> <div class="box2"></div> <button class="btu">login</button> </body> </html>
添削の先生:查無此人添削時間:2019-04-29 09:13:02
先生のまとめ:完成的不錯,剛學(xué)習css,要仔細看它的作用,畢竟css是沒有邏輯的。繼續(xù)加油。