-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project1pg5.html
46 lines (40 loc) · 1.38 KB
/
Project1pg5.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Page 5</title>
<style type="text/css">
body {
background-color: #000000;
}
</style>
<link href="Pg.5.css" rel="stylesheet" type="text/css">
<style type="text/css">
body,td,th {
color: #060606;
}
</style>
</head>
<body>
<div class="container ">
<img src="door1 .png" alt="image1" width="1258" height="1000">
<div class="centered">
<p style="color:black;">Can't believe you want to go inside!</p></div>
</div>
<div class="container">
<img src="light.png" alt="image2" width="1258" height="1000">
<div class="centered"><h style="color:grey;">aaaahhh, can you... see anything...?</h></div>
</div>
<div class="container">
<img src="doorD copy.png" alt="image3" width="1258" height="1000">
<div class="centered"><h style="color: grey;"> Somethings coming to focus</h></div>
</div>
<div class="container">
<img src="three-doors-.jpeg" alt="image3" width="1275" height="1000">
<div class="bottom-left"><p style="color: black;"> Not sure what to do here. But I know you can figure it out.</p></div>
<div class="bottom-right"><p style="color: pink;"> <a href="index.html">1</a></p></div>
<div class="top-left"><p style="color: pink;"> <a href="Project1pg3.html">3</a></p></div>
<div class="centered"><p style="color: pink;"> <a href="Project1Pg6.html">2</a></p></div>
</div>
</body>
</html>