-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitem.html
275 lines (242 loc) · 8.85 KB
/
item.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<html>
<head>
<style>
.header {
list-style-type: none;
position:static
margin: 0;
padding: 0;
border: 10;
overflow: hidden;
background-color: white;
border-bottom: 1px solid black;
}
.header input {
font-family: "Roboto", sans-serif;
outline: 0;
background: white;
width: 20%;
margin: 0 0 15px;
padding: 10px;
box-sizing: border-box;
border: 1px solid black;
font-size: 14px;
}
.header button {
font-family: "Roboto", sans-serif;
font-style: normal;
font-size: 14px;
line-height: 16px;
text-align: center;
color: white;
background-color: #33a0e8;
padding: 10px 20px;
border: none;
border-radius: 4px;
margin-top: 10px;
transition: all ease 0.3s;
cursor: pointer;
display: inline-block;
box-sizing: border-box;
text-decoration: none;
}
#logo{
height: 50px;
width: 75px;
float: left;
}
#dp{
float: left
width: 100px;
height: 100px;
border-radius: 50%
}
#pic{
height: 500px;
width: 700px;
border-radius: 10px;
}
.form{
padding-left: 220px;
padding-top: 50px;
}
*{
box-sizing: border-box;
}
.column {
float: left;
padding: 10px;
}
.left {
width: 750px;
height: 80%;
border-radius: 10px;
}
.right {
padding-left: 20px;
width: auto;
height: 80%;
padding: 10px 20px;
}
.l1{
font-family: "Roboto", sans-serif;
font-size: 20px;
padding-bottom: 20px;
display: inline-block;
}
.l2{
font-family: "Roboto", sans-serif;
font-size: 15px;
color: black;
}
.l25{
font-family: "Roboto", sans-serif;
font-weight: bold;
font-size: 15px;
color: black;
}
.l3{
font-size: 10px;
color: gray
}
.l4{
font-family: "Helvetica";
font-size: 30px;
padding-bottom: 20px;
display: inline-block;
font-weight: bold
}
.l5 {
font-family: "Roboto", sans-serif;
font-style: normal;
font-size: 20px;
line-height: 26px;
text-align: center;
color: white;
background-color: #33a0e8;
padding: 10px 20px;
border: none;
border-radius: 4px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
text-decoration: none;
font-weight: bold;
}
.l5 {
font-family: "Roboto", sans-serif;
font-style: normal;
font-size: 20px;
line-height: 26px;
text-align: center;
color: white;
background-color: #33a0e8;
padding: 10px 20px;
border: none;
border-radius: 4px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
text-decoration: none;
font-weight: bold;
}
.l5 {
font-family: "Roboto", sans-serif;
font-style: normal;
font-size: 20px;
line-height: 26px;
text-align: center;
color: white;
background-color: #33a0e8;
padding: 10px 20px;
border: none;
border-radius: 4px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
text-decoration: none;
font-weight: bold;
}
.form button {
font-family: "Roboto", sans-serif;
font-style: normal;
font-size: 20px;
line-height: 26px;
text-align: center;
color: white;
background-color: #33a0e8;
padding: 10px 20px;
border: none;
border-radius: 4px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
</style>
</head>
<body>
<div class="header">
<a href=home.html>
<div> <img src="olxlogo.jpg" id="logo"/> </div>
</a>
<input type="text" placeholder="Search"/>
<input type="text" placeholder="Location"/>
<a href="home.html">
<button>Search</button>
</a>
<a href=login.html>
<button style="float: right">Log Out</button>
</a>
<a href=additem.html>
<button>Add Item</button>
</a>
</div>
<div class="form">
<form action="additem.html"/>
<div class="l2">Home > Phones and Tablets</div>
<div class="column left">
<div><img src="note9.jpg" id="pic"/></div>
</div>
<div class="column right" style="background-color:aliceblue; border-radius: 10px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);">
<table>
<tr>
<td><div><img src="user.jpg" id="dp"/> </div>
<div class="l1">Justine Talens</div>
</td>
<td style="padding-left: 50px"><div class="l5" style="float: left">+639955956595</div><div class="l2">[email protected]</div></td>
</tr>
<tr>
<td><div class="l4">P 35000</div> </td>
</tr>
</table>
<hr>
<div class="l4">Samsung Galaxy Note9 128GB Black </div>
<div class="l25">Location: Manila</div><br>
<div class="l25">Category: Phones and Tablets</div><br>
<div class="l25">Date Posted: August 5 2019</div><br>
<div class="l25">Description:</div>
<div class="l2">
SAMSUNG GALAXY NOTE 9 USED BUT NOT ABUSED
<br>
NO TO SWAP CASH ONLY
<br>
pwede sa maarte makinis walang gasgas
<br>
complete with box and accessories
<br>
Meet Up: any LRT Station weekdays
<br>
weekends Cavite Area
</div>
<br><br><br><br><br><br><br><br>
<a href="home.html">
<div class="l5">Remove Item</div>
</a>
<button>Edit Item</button>
</div>
</div>
</body>
</html>