<!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>