|
发表于 2020-8-18 10:11:40
|
显示全部楼层
- <!DOCTYPE html>
- <html>
- <meta charset="utf-8">
- <head>
- <title>此心光明,夫复何言</title>
- <style type="text/css">
- h1, p {
- text-align: center;
- }
-
- h1 {
- color: blueviolet;
- font-size: 3.6em;
- background: skyblue;
- height: 90px;
- line-height: 90px;
- }
- p {
- font-weight: bold;
- text-indent:2em;
- line-height: 150%;
- }
- </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>
复制代码 |
|