-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (56 loc) · 1.55 KB
/
index.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
<html>
<head>
<style>
h1 { -webkit-text-fill-color: azure;
margin-left: 25%;
margin-top: 10%;
font-size: 80;
opacity: 1.5;
}
p {font-family: sans-serif;
font-size: 20px;
opacity: 0.65;
text-align: center;
-webkit-text-fill-color: azure;
margin-top: -30PX;
}
body {
background-position: center;
}
.a {margin-left: 45%;
background-color: transparent;
height: 55px;
width: 170px;
-webkit-text-fill-color: white;
font-size: 20px;
font-family: sans-serif;
border-color: white;
border-radius: 100px;
}
.a:hover {
background-color:ghostwhite;
-webkit-text-fill-color: black;
cursor: pointer;
}
.b {
text-decoration: none;
-webkit-text-fill-color: white;
opacity: 0.65;
font-size: 25px;
}
.b:hover {
opacity: 1;
}
</style>
<title>
Pinggy
</title>
</head>
<body background="bg_3.jpg" style="background-size: cover;">
<a href="new.html" div class="b" target="_blank">ABOUT US</a>
<h1> Welcome to Pinggy</h1>
<p>FIND THE PERFECT PERSON YOU WANNA MEET</p><br>
<a href="search.html" target="_blank"><button div class="a" >SEARCH</button></a><br><br>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSexhV6KQhh09S6CL_evVet17tasKvD_hfoCiPPsZJuFZqmvFg/viewform?usp=pp_url" target="_blank"><button div class="a">REGISTER</button></a>
</body>
</html>