-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
103 lines (91 loc) · 1.71 KB
/
test.html
File metadata and controls
103 lines (91 loc) · 1.71 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<html>
<head>
<title>
我是title标题
<link rel="shortcut icon" href="mei.ico">
</title>
<style type = "text/css">
.center
{
text-align:center;
}
.min
{
font-size:9px;
}
.big
{
font-size:30px;
}
.puta
{
width: 400px;
height:400px;
border-style:solid dotted dashed;
margin-top:40px;
margin-left:6px;
}
.right
{
text-align:right;
margin-right:6px;
}
#content
{
width:760px;
border-left-style:solid;
margin-left:80px;
}
.wbig
{
text-size:20px;
}
#CLASS
{
text-align:center;
border-style:solid none;
font-size:50px;
margin-right:130px;
float:right;
}
</style>
</head>
<body>
<div id = content>
<h2><a href = "index.html">跳回</a></h2>
<ul>
<a href = #><li>静夜思</li></a>
<a href = #><li>葡萄牙的高山</li></a>
<a href = #><li>格调</li></a>
</ul>
<span class = "center">
<br/><br/><br/><br/>
<h3>静夜思</h3>
<P>窗前明月光,</p>
<p>疑是地上霜。</p>
<p>举头望明月,</p>
<p>低头思故乡。</p>
</span>
<br/><br/><br/><br/>
<hr/>
<div class = "puta">
<h3 class = "big right">葡萄牙<br/>的高山</h3>
<p class = "min">《少年Pi的奇幻漂流》作者又一杰作<br/>
人最大的通过 来自无法接受命运的无常</p>
<p class = "big">THF HIGH<br/>
MOUNTAINS<br/>
OF OPRTUGAL</p>
</div>
<div class = "puta">
<p class = "right wbig">格<br/>调</p>
<br /> <br />
<p class = "right">
精确的刺痛人的社会等级指南
<br/>
真正的格调超然于等级之外
</p><br />
<span id = "CLASS">CLASS</span>
</div>
</div>
</body>
</html>