-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpairp.html
158 lines (142 loc) · 3.44 KB
/
pairp.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<title>my homepage</title>
<style>
header, nav, footer{
display: block;
font-size:20px;
}
body{
background-color: white;
margin: 0px;
background-position:center;
text-align:center;
}
.wrapper{
background-color: white;
width: 100%;
height: 700px;
border: 1px dotted purple;
position: absolute;
top: 0
left:224;
}
header{
height: 60;
border: 1px dotted green;
}
h1{
height: 20px;
margin: 0;
padding: 10px;
color:orange;
}
nav{
height:23px;
background-color:skyblue;
clear: both;
}
nav li{
float:left;
display: inline;
}
nav li a{
color:blue;
padding: 5px;
margin:10px;
text-decoration:none;
}
nav li a:hover, a.current{
background-color: deeppink;
}
.box{
margin:30px;
background-color:grey;
border-left:10px purple ;
border-bottom:3px purple;
width:30px;
height:540px;
padding-top:100px;
padding-right:400px;
float:left;
}
#loc{
text-align: center;
margin: 0;
}
.box1{
margin:30px;
background-color:yellow;
border-left:10px purple ;
border-bottom:3px purple;
width:900px;
height:20px;
padding-top:50px;
padding-bottom:50px;
padding-right:400px;
float:left;
}
.box2{
margin:30px;
background-color:yellow;
border-left:10px purple ;
border-bottom:3px purple;
width:100%;
height:200px;
padding-top:0px;
padding-bottom:1000px
padding-right:400px;
float:left;
}
.footer{
margin:30px;
background-color:grey;
border-left:10px purple ;
border-bottom:3px purple;
width:100%;
height:100px;
padding-top:0px;
padding-bottom:1000px
padding-right:400px;
float:left;
}
</style>
</head>
<body>
<div class="wrapper">
<header>
<h1> ShopGrocery</h1>
<nav>
<ul>
<li><a href="index.html">Home</span></a></li>
<li><a href="2nd.html">About Us</span></a></li>
<li><a href="first.html">Store</span></a></li>
<ul><li><a href="newp.html">Portfolio</a></li>
<li><a href="#">Blog</span></a></li>
<ul><li><a href="new page.html">Contact Us</a></li>
</ul>
<div>
<img src="se/pair3.png" height="30%" width="100%" align="right"/>
</div>
<div class="box" <p id="loc">CATEGORIES</p>
</div>
<table width="60%" height="600" align="center">
<tr><td><img src="se/pair4.png" width="150px" height="150px" ><p align="center"><b>one box of tomatoes is $1.00</b></p></td><td><img src="se/esta3.png" width="150px" height="150px"><p align="center"><b>Jam price is $2.00</b></p></td></tr>
<tr><td><img src="se/pair5.png" width="150px" height="150px"><p align="center"><b>one sack of potatoes is $10.00</b></p><td><img src="se/esta2.png" width="150px" height="150px"><p align="center"><b>one box ofconflakes is $20.00</b></p></td></tr>
<tr><td> <img src="se/esta5.png" width="150px" height="150px"><p align="center"><b>one full package of breakfast items $400.00</b></p></td><td><img src="se/esta6.png" width="150px" height="150px"><p align="center"><b>one full package for festive seasons is $700.00</b></p></td></tr>
</table>
<div class="box1"<h2 align="center"><b>NEW PRODUCTS AND NEW ARRIVALS</b> </h2>
</div>
<div>
<img src="se/pen.png" height="20%" width="100%"/>
</div>
<div class="box2"><img src="se/mum.png" height="200px" width="500px"/></div>
<table border="1" width="100%" height="300" align="center">
<tr><td><h1><b>INFORMATION</b></h1></td><td><h1><b>FOLLOW US</b><td><h1><b>WHY BUY FROM US</b></td><td><h1><b>CONTACT</b></td></td></tr>
</table>
<div class="footer"></div>
</div>
</table>
</body>
</html>