-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond .html
More file actions
67 lines (60 loc) · 2.4 KB
/
second .html
File metadata and controls
67 lines (60 loc) · 2.4 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>food store </title>
<link rel="stylesheet" href="html.css">
</head>
<body>
<header>
<h2>MX KITCHEN
<i class="fa-solid fa-burger"></i> </h2>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Foods</a></li>
<li><a href="#">Drinks</a></li>
</ul>
</nav>
</header>
<div class="hero">
<img src="food1.jpg" alt="img" width="400px" height="360px">
<div>
<h5>our food</h5>
<p>cunto aad u macaan</p>
</div>
</div>
<div class="drink">
<h4 class="title">Foods</h4>
<div class="boxes">
<div class="box"><img src="food4.jpg" alt="cunto img" width="400px" height="360px"></div>
<div class="box"><img src="food2.jpg" alt="img" width="400px" height="360px"></div>
<div class="box"><img src="food3.jpg" alt="smooth4" width="400px" height="360px"></div>
</div>
</div>
<div class="drink">
<h4 class="title">Drinks</h4>
<div class="boxes">
<div class="box"><img src="smoothe1.jpg" alt="smooth img" width="400px" height="360px"></div>
<div class="box"><img src="smoothe2.jpg" alt="img" width="400px" height="360px"></div>
<div class="box"><img src="smoothe4.jpg" alt="smooth4" width="400px" height="360px"></div>
</div>
</div>
<footer>
<h3>MX KITCHEN</h3>
<a href="https:/facbook.com">facbook</a>
<a href="https:/instgram.com">instgram</a>
<a href="https:/twitter.com">twitter</a>
</footer>
<sub class="footer">
<p>copyright ©2022</p>
</sub>
</body>
</html>