-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (88 loc) · 3.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>food network</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div class="box box-margin">
<h1 class="header"> <span> Skip</span> The Diet</h1>
<h1 class="header" >Just Eat Healthy </h1>
<h1 class="header">With Food Network</h1>
<p class=" paragraph">
Imagine you don't need a diet because we provide <br> healthy and delicious fodd for you!
</p>
<a class="link-button" target="-blank" href="https://bd.linkedin.com/company/foodpanda"> ORDER NOW </a>
</div>
<div class="box">
<img src="images/Group 8448 (1).png" alt="">
</div>
</section>
<section >
<div class=" box box2">
<img src="images/Frame 59.png" alt="">
</div>
<div class="box3">
<h1 class="header">About Me</h1>
<p class="paragraph">
I am Munni. I loves food. <br> The kind of food vegetables, rice, salad, sup, omlet and etc. <br>
I know that what kind of food are needed for good health. <br> And i eat healthy food. That's why alwayes i feel so good!
</p>
<a c class="link-button" target="-blank" href="https://www.facebook.com/profile.php?id=100033327230415"> Contact Me </a>
</div>
</div>
</section>
<h1 class="text-align text1"> My Recipie</h1>
<p class="text-align margin">
Lorem psum is simply dummy text of the printing and typesetting incustry <br>
lorem losum has been the industry's standard dummy text ever since the 1500s
</p>
<section >
<div class="main-box">
<div class="box4">
<img src="images/food2.png" alt="">
<h1 class="text-align text1"> Recipie title</h1>
<p class="text-align"> Lorem ipsum dolor sit amet consectetur ad psing elit. Lacus , ferrentum ame faucibus sed id nisi lectus add </p>
</div>
<div class="box4">
<img src="images/food1.jpg" alt="">
<h1 class="text-align text1"> Recipie title</h1>
<p class="text-align"> Lorem ipsum dolor sit amet consectetur ad psing elit. Lacus , ferrentum ame faucibus sed id nisi lectus add </p>
</div>
<div class="box4">
<img src="images/Project Cover1.jpg" alt="">
<h1 class="text-align text1"> Recipie title</h1>
<p class="text-align"> Lorem ipsum dolor sit amet consectetur ad psing elit. Lacus , ferrentum ame faucibus sed id nisi lectus add </p>
</div>
</div>
</section>
<section>
<div class=" main-box6">
<div class="border">
<h1 class="box6" >700k</h1>
<p>Youtube subscriber</p>
</div>
<div class="border">
<h1 class="box6">1m</h1>
<p>Instragram followers</p>
</div>
<div class="border">
<h1 class="box6">100k</h1>
<p>Facebook followers</p>
</div>
</div>
</section>
<section>
<div class="box5">
<h1> <span id="text3"> FOOD</span> <span id="text4"> NETWORK</span></h1>
<p id="color">
Eat healthy live healthy ,live healthy stay happy!
</p>
</div>
</section>
</body>
</html>