-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject2.html
More file actions
106 lines (66 loc) · 4.33 KB
/
Project2.html
File metadata and controls
106 lines (66 loc) · 4.33 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-5">
<!-- Bootstrap css -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn."
crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/release/v5.4.1/css/all.css" integrity="s"
crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="Flove.css">
<title>The Food You Love </title>
</head>
<body>
<section class="header">
<h1 class="display-10">The Food You Love</h1>
<p class="lead">Lorem ipsum dolorsit amet,constructor</p> <p>adipisicning.Atqe moiestiae.similar nxjshkbsj nkknln nxlxnj
connque inventore tenturl!<p><p>illum codingbyte cos equam placent.consecture bxsyd hb hv avy gg</p>
<h4>Postcode</h4>
<form class="form_code">
<input class="post_code" type="text" placeholder="Enter your post code">
<button class="btn btn-success btn-lg" >Find Food</button>
</form>
</section>
<section class="product">
<section id="gallery">
<div class="container">
<div class="row">
<div class="col-4 mb-3">
<div class="card">
<img class="card-img-top" src="Chicken-Burger.jpg" alt="">
<div class="card-body">
<h5 class="card-little">Food 1</h5>
<p class="card-text">Lorem ipsum dolor sit a commodi ,ut,Et,itaque quan! so that there is india!!!</p>
</div>
</div>
</div>
<div class="col-4 mb-3">
<div class="card">
<img class="card-img-top" src="chorizotomatopasta.jpg" alt="">
<div class="card-body">
<h5 class="card-little">Food 2</h5>
<p class="card-text">Lorem ipsum dolor sit a commodi ,ut,Et,itaque quan! so that there is india!!!</p>
</div>
</div>
</div>
<div class="col-4 mb-3">
<div class="card">
<img class="card-img-top" src="9014145.jpg" alt="">
<div class="card-body">
<h5 class="card-little">Food 3</h5>
<p class="card-text">Lorem ipsum dolor sit a commodi ,ut,Et,itaque quan! so that there is india!!!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/proper.js"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0"
crossorigin="anonymous"></script>
</body>
</html>