-
Notifications
You must be signed in to change notification settings - Fork 0
/
new.html
45 lines (36 loc) · 1.05 KB
/
new.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
<html>
<head>
<style>
h1 { -webkit-text-fill-color: azure;
margin-left: 5%;
margin-top: 0%;
font-size: 60;
}
p {font-family: cursive;
font-size: 30px;
width: 70%;
-webkit-text-fill-color: azure;
}
body {
background-position: center;
}
</style>
<title>
About Us
</title>
</head>
<body background="bg_3.jpg" style="background-size: cover;">
<h1> PINGGY</h1>
<ul>
<li>
<P>Pinggy is an online website which gives you a platform to find the perfect person person
you wanna meet. You can then ping him/her up and can arrange for a meeting.
It allows you to use some filters and and find the one you are looking for.
You can also register your profile here and let others find you.</P>
</li>
<LI><p>
It is a college specific website and helps mostly the freshers to look up fot the right person
</p></LI>
</ul>
</body>
</html>