-
Notifications
You must be signed in to change notification settings - Fork 0
/
item.html
44 lines (36 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Item</title>
<link rel="stylesheet" href="item.css">
</head>
<body>
<!-- <div class="container"> -->
<!-- <div class="box1">
<img src="https://images.unsplash.com/photo-1505740420928-5e560c06d30e?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8cHJvZHVjdHxlbnwwfHwwfHx8MA%3D%3D"
alt="">
</div>
<div class="box2">
<div class="title">
<div class="heading">
<p>Lorem ipsum dolor sit.</p>
</div>
<div class="description">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vero, magnam.</p>
</div>
</div>
<div class="price">
<div class="pricing">
<p>price:343$</p>
</div>
<div class="category">
<p>Mens & Clothing</p>
</div>
</div>
</div> -->
<!-- </div> -->
<script src="item.js"></script>
</body>
</html>