<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style type="text/css">
body{
background:#000;}
.box{
width:150px;
height:80px;
box-shadow:15px 25px 50px #FFF;
background:#000;
color:#fff;
line-height:80px;
text-align:center;
border-radius:20px;
margin:200px auto;
}
</style>
</head>
<body>
<div class="box">
做这条街最靓的仔
</div>
</body>
</html>