-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (39 loc) · 1.49 KB
/
index.html
File metadata and controls
59 lines (39 loc) · 1.49 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
<!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">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<header>
<img src="./img.jpeg" alt="" width="100px" height="100px">
<div class="hotdeals"><h3>hot Deals</h3> </div>
<nav>
<div class="list"><a href="">Home</a></div>
<div class="list"><a href="">About</a></div>
<div class="list"><a href="">Blog</a></div>
<div class="list"><a href="">Service</a></div>
<div class="list"><a href="">Contact</a></div>
</nav>
</header>
<div class="main-home">
<div class="home-page">
<div class="home-img" id="home-img-one"></div>
<div class="home-img" id="home-img-two"></div>
<div class="home-img" id="home-img-three"></div>
<div id="button"><button>Check More</button></div>
</div>
<div class="home-bottom">
<h1>Where Taste meets myth</h1>
</div>
</div>
<div class="About">
<div class="about-in" id="about-one"></div>
<div class="about-in" id="about-two"></div>
<div class="about-in" id="about-three"></div>
</div>
</body>
</html>