-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.23 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://kit.fontawesome.com/8c56409bff.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="main">
<div id="frame1">
<div id="line3">
<p>I am a H1</p>
</div>
<div id =line2>
<span id="line2">I am a H2</span>
</div>
<div id="line1">
<span id="l1">I <span id="l2">am</span> a p</span></div>
<div id="card">
<div id="card1"><img src="ba9bbf242460f04a57196e93d54e0943.png" alt="image loading.."></div>
<div id="card2">
<span1> Khyati Mehta</span1>
<p>
<span2> Becode Trainee</span2></p>
<i class="fa fa-linkedin-square" style="color:blue"></i>
<i class="fab fa-whatsapp-square" style="color:green"></i>
</div>
</div>
</div>
<div class="footer">
<p>I am such a beautiful footer</p>
</div>
</div>
</body>
</html>