abstrait:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>作業(yè)03</title><style>.shadow{width:150px;height:40px;text-align:center;line-height:40px;border
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>作業(yè)03</title>
<style>
.shadow{width:150px;height:40px;text-align:center;line-height:40px;border:1px solid #ccc;border-radius:20px;box-shadow:0px 10px 30px #ccc inset;}
</style>
</head>
<body>
<div>
公司簡介
</div>
</body>
</html>
Professeur correcteur:韋小寶Temps de correction:2019-03-05 09:09:38
Résumé du professeur:寫的很不錯 css的邊框樣式可以實現(xiàn)很多種小案例 使用起來也很簡單 沒事記得要多去練習(xí)