forked from sagnik403/advance-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.09 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 1.09 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
<html>
<head>
<title>web dev</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<section class="navsection">
<div class="logo">
<h1>coding discussion</h1>
</div>
<nav>
<a href="#">Home</a>
<a href="#">services</a>
<a href="#">Gallery</a>
<a href="#">about</a>
<a href="#">contact</a>
</nav>
</section>
<main>
<div class="leftside">
<h3>hello</h3>
<h1>I am sagnik sarkar</h1>
<h2>Web developer and youtuber</h2>
<a href="#"class="btn1">Hire me </a>
<a href="#" class="btn2">contact me</a>
</div>
<div class="rightside">
<img src="images/images (2).jpeg">
</div>
</main>
</header>
</body>
</html>