-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (47 loc) · 1.77 KB
/
index.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 name="viewport" content="width-device-width,initial-scale-1.0">
<title>Fresquitas</title>
<link rel="icon" type="image/png" href="https://cdn-icons.flaticon.com/png/512/2770/premium/2770044.png?token=exp=1645055386~hmac=7ce58667d4ce5b3f4c59ded89ca44da6">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="gallery">
<div class="content">
<img src="http://assets.stickpng.com/images/585ea399cb11b227491c3516.png">
<h3>Palta</h3>
<p> x Ud</p>
<h6>$95</h6>
<span class="rating">★★★★☆</span>
<button class="buy">Comprar</button>
</div>
<div class="content">
<img src="https://pngimg.com/uploads/tomato/tomato_PNG12590.png">
<h3>Tomate Redondo</h3>
<p> x Kg</p>
<h6>$300</h6>
<span class="rating">★★★★★</span>
<button class="buy">Comprar</button>
</div>
<div class="content">
<img src="https://www.pngplay.com/wp-content/uploads/6/Plum-Inside-PNG.png">
<h3>Ciruela</h3>
<p> 500g</p>
<h6>$210</h6>
<span class="rating">★★★☆☆</span>
<button class="buy">Comprar</button>
</div>
<div class="content">
<img src="https://pngimg.com/uploads/melon/melon_PNG14361.png">
<h3>Melon</h3>
<p> x Ud</p>
<h6>$475</h6>
<span class="rating">★★★★★</span>
<button class="buy">Comprar</button>
</div>
</div>
</body>
</html>