-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.html
31 lines (29 loc) · 1017 Bytes
/
second.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>first page</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home<span></span></a></li>
<li><a href="#">About<span></span></a></li>
<li><a href="#">Contact<span></span></a></li>
</ul>
</nav>
</header>
<section class="home">
<div class="content">
<h1 class="anim">Hi,<br> I'm Usha Nitwal </h1><br><br>
<h3>Btech second year<br>reg no: 20225099 </h3>
<p class="anim">pursuing electrical engineering from Motilal Nehru National Institute Of Technology</p>
<br>
<br>
<a href="https://www.instagram.com/usha_nitwal/" class="btn anim">Insta Handle</a>
</div>
<img src="u.jpg" class="feature-img anim">
</section>
</body>
</html>