-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (43 loc) · 1.29 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
<!DOCTYPE hmtl>
<!DOCTYPE html>
<html>
<head>
<title>DAVALEBA5</title>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap" rel="stylesheet">
</head>
<body>
<div class="title1">
<h1>Restaurant
</h1>
</div>
<div class="title2">
<h2>Explore our menu
and eat what you want
</h2>
</div>
<section>
<div class="container1">
<div class="left-food-box">
<img class="image-food" src="img/1.jpg" alt="food-image">
<div class="text-food">
<h2 class="box-h2">Food</h2>
<h3 class="box-h3">Fresh fish and onions</h3>
<p class="box-p">Fresh food directly from our restaurant ready coocked for you and you familly</p>
</div>
</div>
<div class="right-food-box">
<img class="image-food" src="img/2.jpg" alt="food-image">
<div class="text-food">
<h2 class="box-h2">Desert</h2>
<h3 class="box-h3">Chocolate cupcakes</h3>
<p class="box-p">Fresh food directly from our restaurant ready coocked for you and you familly</p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>