-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnav.html
23 lines (23 loc) · 942 Bytes
/
nav.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="nav.css">
</head>
<body style="background-color: rgb(218, 216, 217);">
<div class="flex-container" >
<span style='font-size:50px;'>🌚Edumoon</span>
<div>Home</div>
<div>About</div>
<div>Contact</div>
<div>Settings</div>
</div>
<div style="background-color: aquamarine;">
<h1 style="text-align: center;">Welcome!!</h1>
</div>
<h2> Course:Full Stack Web Developement</h2>
<h3>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptates inventore quam repellendus temporibus totam tenetur, itaque reprehenderit hic neque. Hic, adipisci! Laudantium itaque, quas dolor quibusdam inventore similique eius numquam!</h3>
</body>
</html>