-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMeat.html
More file actions
47 lines (46 loc) · 1.68 KB
/
Meat.html
File metadata and controls
47 lines (46 loc) · 1.68 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Meat</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
</head>
<body>
<a href="P1.html"> <img alt="Fast Store" src="logo.jpg" width="100" height="100"> </a>
<div class="jumbotron text-center">
<h1>Meat</h1>
<p>Fresh meat</p>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="Chickendescription.html"><img src="chicken.jpg" width="300" heigth="200"></a>
<h3>Boneless Trimmed Chicken Breasts, Value Pack</h3>
<p>$17.61 avg. ea.<br/>
(1,000 g avg.)<br/>
$17.61 /kg$7.99 /lb.</p>
<a href="Chickendescription.html"> <img src="cart.png"width="50" heigth="50"></a>
</div>
<div class="col-sm-4">
<img src="groundbeef.jpg" width="300" heigth="200">
<h3>Lean Ground Beef, Value Pack</h3>
<p>$1.61 / 100 g<br/>
$16.07 /kg$7.29 /lb.<br/>.</p>
<img src="cart.png"width="50" heigth="50">
</div>
<div class="col-sm-4">
<img src="T-bone%20Steaks.jpg" width="300" heigth="200">
<h3>T-Bone Steaks, Value Pack</h3>
<p>$27.26 avg. ea.<br/>
(750 g avg.)<br/>
$36.35 /kg$16.49 /lb.<br/></p>
<img src="cart.png"width="50" heigth="50">
</div>
</div>
</div>
</body>
</html>