-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (124 loc) · 4.27 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta description="food order a website design for beginners or anyone can understand this website CSS and HTML structure which is very helpful to create advance website design future."
<meta keyword="food order website, food order design, food order model, beginner website design, web design, web developer, responsive website design, food order website responsive,
responsive food theme, HTML CSS new theme, CSS theme food, online fooder order website, easy design using flex, flex website design">
<title>Food Order Website</title>
<link href="style.css" rel="stylesheet" >
</head>
<body>
<div class="container">
<div class="nav">
<div class="logo">
<a href="">Logo</a>|
</div>
<p>Setup Your Precies Location</p>
<input type="text" Placeholder="Search">
<div class="logos">
<a href="">About </a>
<a href="">Contact Us</a>
</div>
</div>
<div class="Tdiv">
<h1>Delicious Food !</h1>
<p>Don't Miss it</p>
</div>
<div class="sub">
<div class="Lcard">
<img src="https://images.pexels.com/photos/2396220/pexels-photo-2396220.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<div class="desc">
<h3>Cafe Coffee Day</h3>
<span>Cafe Coffee Day</span>
</div>
</div>
<div class="Lcard">
<img src="https://images.pexels.com/photos/8969237/pexels-photo-8969237.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<div class="desc">
<h3>Biriyani Fresh</h3>
<span>Biriyani Fresh</span>
</div>
</div>
<div class="Lcard">
<img src="https://images.pexels.com/photos/8743917/pexels-photo-8743917.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load">
<div class="desc">
<h3>Delicious Put</h3>
<span>stuff</span>
</div>
</div>
<div class="Lcard">
<img src="https://images.pexels.com/photos/4393021/pexels-photo-4393021.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<div class="desc">
<h3>French Frries</h3>
<span>Cafe Coffee Day</span>
</div>
</div>
</div>
<div class="sub">
<div class="Lcard">
<img src="https://images.pexels.com/photos/7441761/pexels-photo-7441761.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<div class="desc">
<h3>Cafe Coffee Day</h3>
<span>Cafe Coffee Day</span>
</div>
</div>
<div class="Lcard">
<img src="https://images.pexels.com/photos/5774799/pexels-photo-5774799.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load">
<div class="desc">
<h3>Biriyani Fresh</h3>
<span>Biriyani Fresh</span>
</div>
</div>
<div class="Lcard">
<img src="https://images.pexels.com/photos/7065666/pexels-photo-7065666.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load">
<div class="desc">
<h3>Delicious Put</h3>
<span>stuff</span>
</div>
</div>
<div class="Lcard">
<img src="https://images.pexels.com/photos/5112522/pexels-photo-5112522.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load">
<div class="desc">
<h3>French Frries</h3>
<span>Cafe Coffee Day</span>
</div>
</div>
</div>
<div class="sub">
<div class="Lcard">
<img src="https://images.pexels.com/photos/674574/pexels-photo-674574.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<div class="desc">
<h3>Cafe Coffee Day</h3>
<span>Cafe Coffee Day</span>
</div>
</div>
<div class="Lcard">
<img src="https://images.pexels.com/photos/9567078/pexels-photo-9567078.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load">
<div class="desc">
<h3>Biriyani Fresh</h3>
<span>Biriyani Fresh</span>
</div>
</div>
<div class="Lcard">
<img src="https://images.pexels.com/photos/764925/pexels-photo-764925.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load">
<div class="desc">
<h3>Delicious Put</h3>
<span>stuff</span>
</div>
</div>
<div class="Lcard">
<img src="https://images.pexels.com/photos/3233284/pexels-photo-3233284.jpeg?auto=compress&cs=tinysrgb&w=600">
<div class="desc">
<h3>French Frries</h3>
<span>Cafe Coffee Day</span>
</div>
</div>
</div>
<div class="footer">
<span>@copyright 2023</span>
</div>
</div>
</body>
</html>