<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
.box {
width: 800px;
height: 800px;
background-image: url(01.jpg);
background-repeat: no-repeat;
background-color: #ccc;
font: 700 50px "Microsoft Yahei";
/*text-align: right;*/
color: #eee;
margin: 20px auto;
padding: 30px;
}
</style>
</head>
<body>
<div class="box">
新垣结衣
</div>
</body>
</html>