forked from Outrages7/Blood-Donation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
47 lines (43 loc) · 992 Bytes
/
home.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
<!DOCTYPE html>
<head>
<title>Home</title>
</head>
<style>
body{
background-image: url("C:/Users/91901/Desktop/New folder/Images/home page.webp");
background-repeat:no-repeat;
background-size: 50rem 50rem;
background-color: black;
}
body h3 {
color: white;
padding-left: 50rem;
padding-top: 5rem;
font-size:30px;
}
body h1{
color: white;
padding-left: 50rem;
font-size:50px;
}
.btn{
border-radius: 5px;
height:50px;
width:10rem;
font-size: 20px;
margin-left:65rem;
}
.btn:hover{
color:goldenrod;
}
</style>
<body><em>
<h1>Blood Donation</h1>
<h3> A single drop of blood can make a huge difference<br>
Stay fit and eat right and donate blood<br>
The gift of blood is a gift to someone's life<br>
</h3></em>
<a href="C:\Users\91901\Desktop\New folder\BWEb.html">
<button class="btn"><bold>Donate</bold></button></a>
</body>
</html>