<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>此心光明,夫复何言</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
h1 {
color: #f08;
font-weight: normal;
font-size: 3.5em;
background: #bfe;
height: 65px;
line-height: 60px;
}
p {
font-weight: bold;
/* text-indent: 2em; */
line-height: 160%;
font-family: "Trebuchet MS";
}
h1,
p {
text-align: center;
}
</style>
</head>
<body>
<h1>God say</h1>
<p>In the beginning God created the heaven and the earth.
<br>And the earth was without form,and void;
<br>And darkness was upon the face of the deep.
<br>And the Spirit of God moved upon the face of the waters.
<br>And God said,Let there be light.And there was light
</p>
</body>
</html>
|