-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
111 lines (97 loc) · 3.66 KB
/
welcome.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Wix.com Website Builder" />
<link rel="stylesheet" href="common.css">
</head>
<body>
<!DOCTYPE html>
<html>
<body>
<style>
body {
background-image: url('images/7.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
h2 {
color: aquamarine;
text-align: center;
background-color: black;
height: 50px;
opacity:0.8;
width :800px;
}
h2 {
color: rgb(96, 18, 128);
text-align: center;
background-color: black;
height: 50px;
opacity:0.8;
width :300px; border-radius: 25px;
}
element.style {
transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
}
.h-h1 {
position: relative;
z-index: 2;
padding-top: 4.5vw;
color: #f6f4f1;
font-size: 10vw;
line-height: 10vw;
letter-spacing: -.02em;
}
.HD{
position: relative;
z-index: 2;
padding-top: 4.5vw;
color: #f6f4f1;
font-size: 5vw;
line-height: 10vw;
letter-spacing: -.02em;
}
h1 {
margin-top: 0;
margin-bottom: 0;
font-family:Helvetica, Arial, Sans-Serif;
color: #f6f4f1;
font-size: 18vw;
line-height: 18vw;
font-weight: 400;
text-align: center;
text-transform: uppercase;
}
h3{
border-style: double;
border-radius: 25px;
text-align: center;
font: blanchedalmond;
background: rgb(117, 30, 30);
opacity: 0.4;
align-items: center;
width: 250px;
height: 25px;
}
a{
color: #f6f4f1;
}
</style>
<center>
<h1 data-w-id="81bec92a-0cbc-7189-5c13-cce32ecd3e2b" style="transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;" class="HD">DONATE BLOOD</h1>
<h1 data-w-id="81bec92a-0cbc-7189-5c13-cce32ecd3e2b" style="transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;" class="HD">THEY ARE THE </h1>
<h1 data-w-id="81bec92a-0cbc-7189-5c13-cce32ecd3e2b" style="transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;" class="h-h1">DROPS OF LIFE</h1>
<br><br>
<b><h2 style="border: radius 5px;"><p>What are you ?</p></b></h2>
<div class="container">
<div class="fixed"> <h3 style="border:#f6f4f1 radius 5px"><a href="admin.php"> Administrator</a></h3>
</div>
<div class="flex-item"> <h3><a href="employee entry.html"> Employee</a></h3></div>
</div>
</center>
</body>
</html>