-
Notifications
You must be signed in to change notification settings - Fork 2
/
Homepage_Vaccine2.html
89 lines (70 loc) · 1.76 KB
/
Homepage_Vaccine2.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
<!DOCTYPE html>
<html>
<head>
<link href="/normalize.css" rel="stylesheet">
<title>Let's make a difference to Vaccines</title>
<style>
header{
text-align: center;
background: url('file:///Users/fengcen/Desktop/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202018-03-10%2018.56.10.png');
background-repeat: repeat-x;
height: 400px;
}
h1{
background-color: #3264b5;
text-align: center;
color: yellow;
font-family:helvetica;
font-size:60px;
padding: 0px 0px 0px 0px;
}
h2{
color: black;
text-align: center;
font-family:helvetica;
font-size:20px;
padding: 0px 0px 0px 5px;
margin: 0px 0px 0px 0px;
}
#list{
background: ;
text-align: center;
padding-top:10px;
border: black;
}
li{
color: white;
font-family: helvetica;
display: inline;
padding:10px 50px 10px 50px;
font-size: 25px;
}
img{
width: 400px;
height: 280px;
margin-top:50px;
border: 10px white;
border-radius: 10px;
box-shadow: 5px 10px 18px #888888;
}
</style>
</head>
<body>
<header>
<img src="images/Children3.png">
</header>
<h1>Vaccine Everywhere</h1>
<h2>Let's make a difference to global world and make vaccine accessible to every child.</h2>
<div id="list">
<ul>
<li><a href="Introduction_Vaccine2.html"target="_blank">Introduction</a></li>
<li><a href="Currentproblem_Vaccine2.html"target="_blank">Current problems</a></li>
<li><a href="Makeadifference_Vaccine2.html"target="_blank">Make a difference</a></li>
<li><a href="Contact_Vaccine2.html"target="_blank">Contact</a></li>
</ul>
<div>
<article>
</article>
<div>
</body>
</html>