-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project1pg3.html
51 lines (46 loc) · 1.18 KB
/
Project1pg3.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Project1pg3</title>
<style type="text/css">
body {
background-image: url(starsssscopy.jpg");
}
</style>
<link href="Pg.3.css" rel="stylesheet" type="text/css">
</head>
<body>
</body>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Shadows Into Light">
<style>
body {
font-family: "Shadows Into Light", sans-serif;
background-image: url("starsssscopy.jpg");
}
h1 {text-align: center;}
p {text-align: center;}
div{text-align: center}
body,td,th {
color: #F7EBEC;
font-size: 36px;
margin-left: auto;
margin-right: auto;
</style>
<link href="Pg.3.css" rel="stylesheet" type="text/css">
<body>
<h1> The Moon </h1>
<p> The moon is following you friend, you must hurry and figure out what is happening before its too late.</p>
</body>
<body>
<section>
<img src="moonf.png" alt="image1">
</section>
<marquee behavior="slide" direction="up">
<div class="container">
<img src="bakly.png" alt="image2" style="width:100%" >
<div class="bottom-right"><p><a href="Project1pg4.html">Lets Begin</a></p></div>
</div>
</marquee>
</body>
</html>