-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (84 loc) · 2.71 KB
/
index.html
File metadata and controls
109 lines (84 loc) · 2.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
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<style type="text/css">
#header img {width: 100%;}
#About {color:#FFFFFF; position: absolute; left: 1055px; top: 35px; z-index: 1; font-size: 16pt;}
#Story {color:#FFFFFF; position: absolute; left: 1180px; top: 35px; z-index: 1; font-size: 16pt;}
#Character {color:#FFFFFF; position: absolute; left: 1305px; top: 35px; z-index: 1; font-size: 16pt;}
#body img {width: 100%;}
#About2 {color:#FFFFFF; position: absolute; left: 1000px; top: 1340px; z-index: 1; font-size: 20pt;}
#content {color:#FFFFFF; position: absolute; left: 1000px; top: 1400px; z-index: 1;}
#content2 {color:#FFFFFF; position: absolute; left: 1105px; top: 1400px; z-index: 1;}
#body2 img {width: 100%;}
#Story2 {color:#FFFFFF; position: absolute; left: 300px; top: 2440px; z-index: 1; font-size: 20pt;}
#content3 {color:#F5F5F5; position: absolute; left: 800px; top: 2400px; z-index: 1;}
#body3 img {width: 100%;}
#Character2 {color:#000000; position: absolute; left: 650px; top: 3140px; z-index: 1; font-size: 20pt;}
#footer {color:#000000; position: absolute; left: 650px; top: 4640px; z-index: 1; font-size: 10pt;}
</style>
</head>
<body>
<div id="header">
<img src="back ground image.png">
<div id="About">
<b>About</b>
</div>
<div id="Story">
<b>Story</b>
</div>
<div id="Character">
<b>Character</b>
</div>
</div>
<div id="body">
<img src="back ground image2.png">
<div id="About2">
<b>About</b>
</div>
<div id="content">
<b>
개봉 <br>
등급 <br>
장르 <br>
국가 <br>
러닝타임 <br>
배급
</b>
</div>
<div id="content2">
2004.12.23 <br>
전체관람가 <br>
애니메이션,판타지 <br>
일본 <br>
119분 <br>
(주)이수C&E
</div>
</div>
<div id="body2">
<img src="back ground image3.png">
<div id="Story2">
<b>Story</b>
</div>
<div id="content3">
어느 날, 영문도 모른 채 마녀의 저주로 인해 <br>
할머니가 된 소녀 '소피' 절망 속에서 길을 걷다가 <br>
거대한 마법의 성에 들어가게 된다. <br>
그곳에서 자신과 마법사 하울의 계약을 깨주면 <br>
저주를 풀어주겠다는 불꽃악마 캘시퍼의 제안을 <br>
받고 청소부가 되어 ‘움직이는 성’에 머물게 되는데…
</div>
</div>
<div id="body3">
<img src="character image.png">
<div id="Character2">
<b>Character</b>
</div>
</div>
<div id="footer">
하울의 움직이는 성 (주)이수C&E
</div>
</body>
</html>