-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathList_an_Item.html
81 lines (57 loc) · 2.64 KB
/
List_an_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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./List_an_Item.css">
<script src="https://kit.fontawesome.com/2543c48b71.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="top">
<div id="header">
<div></div>
<div><a href="./index.html"><img style="width: 80px; height: 30px;"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/EBay_logo.svg/1200px-EBay_logo.svg.png"
alt=""></a></div>
<div id="ipad"><a href=""><i id="test" class="fa fa-question-circle-o" aria-hidden="true"></i>
</a></div>
</div>
<div id="hrs">
<hr>
</div>
</div>
<div id="bottom">
<div id="f-1">
<h1>Start your listing</h1>
<input type="text" name="" id="indata" placeholder="Tell us what you're selling">
<a href="./signin.html"><button><i class="fa fa-search" aria-hidden="true"></i></button></a>
</div>
<div id="boxdata">
<div id="a">
<h3>Type keywords like <br> brand, model, or other <br> details (ISBN, MPN, <br> VIN) in the search box
<br> above</h3>
<img id="im1" src="https://i.ebayimg.com/00/s/MTIwWDIwNg==/z/7D0AAOSwUbpgw7CI/$_57.PNG" alt="">
</div>
<div id="b">
<h3>Choose from possible <br> matches to help <br> jumpstart your listing</h3>
<img id="im2" src="https://i.ebayimg.com/00/s/MTgzWDE3Ng==/z/71QAAOSwfytgw7Ay/$_57.PNG" alt="">
</div>
<div id="c">
<h3>Preview, make <br> changes, and then list <br> your item</h3>
<img id="im3" src="https://i.ebayimg.com/00/s/MTY1WDE2NQ==/z/M8IAAOSwWplgw7Ck/$_57.PNG" alt="">
</div>
</div>
<div id="flast">
<div>
<p style="font-size: 10px;">Copyright © 1995-2022 eBay Inc. All Rights Reserved. <a href="" style="color:gray;"> Accessibility, User Agreement, Privacy,
Cookies, Do not sell my personal information and AdChoice</a></p>
</div>
<div id="fm">
<img src="https://ir.ebaystatic.com/rs/v/acxp0mbuba3zva1qr31idsmitmi.png" alt="">
</div>
</div>
</div>
</body>
</html>