-
Notifications
You must be signed in to change notification settings - Fork 0
/
uipage.html
59 lines (58 loc) · 3.23 KB
/
uipage.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
<!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">
<link rel="stylesheet" href="uipage.css" />
<title>UI Design</title>
</head>
<body class="dim">
<div class="main">
<div class="header">
<button type="button" class="login" style="color:#ffffff">Log In</button>
<button type="button" class="signup">Sign Up</button>
<button class="logopic"></buttton>
</div>
<div class="bar" style="border-top-style: solid;border-bottom:solid;border-width: 1px;">
<button type="button" class="bar-ele" style="left: 0px;top:0px;">Womenswear</button>
<button type="button" class="bar-ele" style="left: 100px;top:0px;">Menswear</button>
<button type="button" class="bar-ele" style="left: 200px;top: 0px;">Kidswear</button>
<button type="button" class="bar-ele" style="left: 300px;top: 0px;">Beauty</button>
<button type="button" class="bar-ele" style="left: 400px;top: 0px;">Hobbies</button>
<button type="button" class="bar-ele" style="left: 500px;top: 0px;">Homewear</button>
<button type="button" class="sellitems">Sell Items</button>
<button type="button" class="cartpic"></button>
</div>
</div>
<button class="leadpic"></button>
<button class="sidepics1"></button>
<button class="sidepics2" style="left: 160px;top: 350px;"></button>
<button class="sidepics3" style="left: 160px;top: 495px;"></button>
<div class="desc">
<p style="position: absolute;width: 207px;height: 38px;left: 30px;top: -25px;font-family: 'Sofia Sans';font-style: normal;font-weight: 700;font-size: 30px;line-height: 36px;color: #000000;">
Colourful dress</p>
<button class="dolbut"></button>
<button class="profpic"></button>
<p style="position: absolute;width: 290px;height: 116px;left: 30px;top: 136px;font-family: 'Sofia Sans';font-style: normal;font-weight: 400;font-size: 15px;line-height: 18px;color: #000000;">
Basic white tshirt for sale.<br>
Brand new with tags. Bought me a wrong size<br><br>
Size:M<br>
Material:100%Cotton<br>
Brand:Thrifted
</p>
<button class="atc" style="color:#ffffff">Add to cart</button>
<button class="hrtbut"><img src="like.png" style="width: 20px;height:20px;"></button>
</div>
<div class="infobut">
<img src="sharepic.png" style="width:15px;height:15px;background-repeat: no-repeat;
background-size: contain;">
<img src="warning.png" style="left:21px;top:0px;height:15px;width:15px;background-repeat: no-repeat;
background-size: contain; ">
<img src="3dots.png" style="left:21px;top:0px;height:15px;width:15px;background-repeat: no-repeat;
background-size: contain;">
</div>
<img src="foot_img.png" style="position: absolute;width: 888px;height: 82px;left: 160px;top: 704px;background: #D9D9D9;">
</div>
</body>
</html>