-
Notifications
You must be signed in to change notification settings - Fork 0
/
blood_care.html
65 lines (57 loc) · 1.31 KB
/
blood_care.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
<!DOCTYPE html>
<html>
<head>
<title>blood_care</title>
<style>
.nishi{
font-size: 70px;
font-family: "segoe script";
}
</style>
<style>
.center {
margin: auto;
width: 80%;
border:3px solid #73AD21;
padding: 8px;
}
</style>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: left;
}
a {
display: block;
height:35px;
width: 320px;
background-color: #99FF00;
font-size: 28px;
text-decoration: none;
}
</style>
</head>
<body style="background-color:#D80000">
<div class="nishi">
<h1>BLOOD_CARE</h1>
</div>
<ul>
<li><a href="h1.html">Why Donate Blood?</a></li>
<li><a href="h2.html">Who needs Blood?</a></li>
<li><a href="h3.html">Blood Bank of Delhi-NCR</a></li>
<li><a href="about.html"> about</a></li>
</ul>
<div class="center">
<img src="b1.jpg" style="width:1080px;height:540px;">
</div>
<div class="center">
<a href="https://docs.google.com/forms/d/1ZfazESELB1dBdeDKKvyfJnIOp6kdtQAwGpeRXSqNw0k/viewform?embedded=true">NEED BLOOD</a>
<a href="https://docs.google.com/forms/d/1DE0rgdUZV5uWw53cGsssbNs2RdG-fNk3_5fe-0kC3aU/viewform?embedded=true">WANNA DONATE</a>
<a href="https://www.google.de/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=blood+bank+delhi+ncr&rflfq=1&rlha=0&tbm=lcl">MAPS</a>
</body>
</html>