-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.33 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.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
<!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>First Assignment</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div class="half-width top">
<h1>Wants To Be Healthy!!!</h1>
<h1>Just Join With <span class="company-name"> Healthy Food</span></h1>
<p>Imagine you don't need to worried about food because we supply your food </p>
<a class="link-button" target="_blanks" href="https://www.healthyfood.com/">ORDER FOOD</a>
</div>
<div class="half-width"><img src="food-network-main/images/female/Group 8425.png" alt=""></div>
</section>
<section class="background">
<div class="second-half-width"><img src="food-network-main/images/female/Person Image.png" alt=""></div>
<div class="third-half-width">
<h1 class="about-me-color">About Me</h1>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Obcaecati maiores sunt, modi iste culpa ex
a
placeat consectetur, cum velit optio? Quas nemo amet sint repellendus accusamus officia neque iusto.
</p>
</div>
</section>
</body>
</html>