abstract:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>作业03</title><style>.shadow{width:150px;height:40px;text-align:center;line-height:40px;border
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>作业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>
Correcting teacher:韦小宝Correction time:2019-03-05 09:09:38
Teacher's summary:写的很不错 css的边框样式可以实现很多种小案例 使用起来也很简单 没事记得要多去练习