-
Notifications
You must be signed in to change notification settings - Fork 0
/
m4.html
91 lines (72 loc) · 1.95 KB
/
m4.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
85
86
87
88
89
90
91
<html>
<head>
<style>
body{background-image: url("coff.jpg");background-size: cover}
h1{font-family:IMPACT HEADER;font-size:40;text-decoration:underline}
h2{font-family:verdana; font-size:25px; margin-top:-42px;}
table {
border-collapse: separate;
border-spacing: 15px 10px;
}</head>
</style><title>Adventure</title>
<body>
<h1>Adventure</h1>
<center><h2>Courage sleeps within our heart waiting to be awoken. - Wallace Kamens</center></h2>
<html>
<body>
<table class="w3-table">
<table align="center" width=50% border="0">
<tr>
<th rowspan="2"></th>
<tr class="spaceUnder">
<td > <img src="lord.jpg" width="150" height="250">
<br/><center>Lord Of The Rings</center>
</td>
<td> <img src="demon.jpg" width="150" height="250">
<br/><center>Angels & Demons</center>
</td>
<td> <img src="maze.jpg" width="150" height="250">
<br/><center>Maze Runner
</td>
<td> <img src="sea.jpg" width="150" height="250">
<br/><center>Odessa Sea
</td>
<td> <img src="storm.jpg" width="150" height="250">
<br/><center>Stormbreaker</center>
</td>
<td> <img src="sub.jpg" width="150" height="250">
<br/><center>Subterranean</center>
</td>
<td> <img src="hole.jpg" width="150" height="250">
<br/><center>Holes
</td>
</tr>
<tr>
<th rowspan="2"></th></tr>
<tr >
<td > <img src="zahara.jpg" width="150" height="250">
<br/>Skeletons On The Zahara
</td>
<td> <img src="martian.jpg" width="150" height="250">
<br/><center>The Martian
</td>
<td> <img src="diverge.jpg" width="150" height="250">
<br/> <center>Divergent
</td>
<td> <img src="hero.jpg" width="150" height="250">
<br/><center>The Lost Hero
</td>
<td> <img src="z.jpg" width="150" height="250">
<br/><center>The Lost City Of Z
</td>
<td> <img src="heart.jpg" width="150" height="250">
<br/><center>In The Heart Of The Sea
</td>
<td> <img src="hunger.jpg" width="150" height="250">
<br/><center>The Hunger Games
</td>
</tr>
</table>
</body>
</html>
</body></html>