-
Notifications
You must be signed in to change notification settings - Fork 0
/
about us.php
33 lines (33 loc) · 885 Bytes
/
about us.php
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
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.d{
background-color: lightgrey;
width:1200px;
height:30px;
margin: 2px;
font-size:26px;
padding-left:10px;
}
</style>
</head>
<body>
<header style="background-color:#000099;height:40px;font-size:34px;color:#ffffff;text-align:center">Welcome To Easy Shopping</header><br>
<div style="margin: auto;width: 90%;height:70%;border: 3px solid grey;padding: 10px"><br>
<hr>
<div class="d">
MISSION
</div>
<ul style="font-style:oblique;font-size:26px">
<li>Upliftment of rural persons from underdeveloped areas </li>
<li>To serve better prices options and select the best</li>
<li>More varieties products present</li>
<li>Discount prices available for different occasions</li>
<li>Less compulsive shopping</li>
</ul>
</div>
<p style="text-align:center">Easy Shopping CopyRight 2018</p>
</body>
</html>