-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb3.html
39 lines (36 loc) · 1.27 KB
/
web3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="web3.css">
<link href="https://fonts.googleapis.com/css2?family=Grenze+Gotisch&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<nav id="navbar">
<div class="logo">
<img src="logo.jpg" alt="MyOnlinemeal.com">
</div>
<ul>
<li class="item"><a href="#">HOME</a></li>
<li class="item"><a href="#">SERVICES</a></li>
<li class="item"><a href="#">ABOUT ME</a></li>
<li class="item"><a href="#">CONTACT US</a></li>
</ul>
</nav>
<section class="home">
<h1 class="h1-primary">
Welcome to Sonu jewellers
</h1>
<p> sit praesentium sunt excepturi nulla error quo accusamus corrupti.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae, amet.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae, amet.</p>
<button class="btn">Shop Now</button>
</section>
<section class="middle">
<h1>This is middle of the websites</h1>
<p>this is paragraph of the the websites</p>
</section>
</body>
</html>