-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<title>古诗词鉴赏</title>
<style>
.center{
text-align:center;
}
.body{
text-align:center;
font-weight:bold;
font-size:22px;
font-family:LiSu;
}
</style>
</head>
<body>
<h1 class ="center" style = "padding:0px;font-family:SimHei">登鹳鹤楼</h1>
<h3 class = "center" style="font-family:KaiTi;margin:0px;">    王焕之</h3>
<p class = "body">白 日 依 山 尽,</p>
<p class = "body">黄 河 入 海 流。</p>
<p class = "body">欲 穷 千 里 目,</p>
<p class = "body">更 上 一 层 楼。</p>
<div style = "background-color:purple;margin:auto;width:600px;height:2px"></div>
<div style = "margin:auto;width:610px;">这这里是作者简介这里是作者简介这里是作者简介这里是作者简介这里是作者简介这里是作者简介这里是作者简介这里是作者简介这里是作者简介这里是作者简介这里是作者简介里是作者简介</div>
</body>
</html>