<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.main{
width: 80%;
height:80px;
background-color: #CCCCCC;
border-radius:240px;
box-shadow: 0px 6px 30px #ccc;border: 1px solid #CCCCCC inset;
margin-left: 170px;
}
p{
font-weight:bold;
padding: 20px;
color: azure;
}
</style>
</head>
<body>
<div class="main"><p align="center">T S教学开发网<p></div>
</body>
</html>