-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlan.html
84 lines (79 loc) · 2.29 KB
/
lan.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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv=Content-Type content="text/html;charset=utf-8">
<link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<style type="text/css">
/*@import url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);*/
body{
background-color: #8FA2BA;
font-family: 'Just Me Again Down Here', cursive;
}
.sunrise{
margin: 0 auto;
margin-top: -145px;
width: 900px;
}
.bless{
width: 900px;
margin: 0 auto;
font-size: 90px;
font-weight: 200;
color: #FFFFFF;
top: -8px;
position: relative;
}
.time_item{
float: left;
width: 450px;
height: 300px;
}
.time_item_1{
background-image: url('./before.jpg');
}
</style>
</head>
<body>
<div class="bless">
Happ new year lanlan!
</div>
<div class="sunrise">
<div>
<img src="./sunrise.jpg">
</div>
<div style="margin-top: -7px;">
<div>
<div class="time_item time_item_1">
<div style="color: rgb(255, 255, 255); margin-top: 190px; margin-left: 231px; font-size: 26px;">Before, We are stranger !</div>
</div>
<div class="time_item time_item_2">
<div style="margin: 0px auto; font-size: 38px; padding-top: 75px; padding-left: 12px;">
The greatest achievement is meet you in 2013!
<br/>
And i wish in the future day
</div>
<div style="width: 130px; font-size: 50px;">
↙↓
</div>
</div>
</div>
<div style="position:relative;">
<div class="time_item time_item_3">
<div style="float:left;width:225px;">
<img src="./hand.jpg" width="225px;" height="300px;">
</div>
<div style="float:left;width:225px;">
<img src="./shoulder.png" width="225px;" height="300px;">
</div>
</div>
<div class="time_item time_item_4">
<img src="./load1.jpg" width="450px;" height="300px;">
</div>
<div style="position: relative; left: 611px; top: -121px; color: rgb(255, 255, 255); font-size: 74px;">
1 3 1 4 ...
</div>
</div>
</div>
</div>
</body>
</html>