-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
33 lines (30 loc) · 1.12 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<style>
body{
background-color:#f8c291 ;
font-size: 30px;
text-align: center;
}
img{
height: 500px;
}
h1{
text-shadow: 3px 3px 3px #808080;
}
</style>
</head>
<body>
<h1> About Us </h1>
<img src="pavan photo.jpeg">
<p>
We know how education play's important role in life<br>
To buld a good life we need good education<br>
That good study comes from studying in prestigious institutions....<br>to get seat in that college's we need to write exams<br> either we should top exam or we can control computation by reservation by certificates like EWS,OBC...<br>but many of us don't know how to apply ...all these attempts are for good job.
So we will provide you all these information in one website...<br>with no time limit when official site update information
</p>
</body>
</html>