forked from as1605/DevClub-Assignment1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 1.33 KB
/
index.html
File metadata and controls
50 lines (47 loc) · 1.33 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
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Covid Guidelines by Pranav
</title>
</head>
<body>
<div id="navbar">
<a href="#Tips" style="position: absolute;
width: 47px;
height: 28px;
left: 193px;
top: 68px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #FFFFFF;">
Tips
</a>
</div>
<link href="index.css" rel="stylesheet">
<div id="Home" class="Home">
<h2 class="text1">
Confused about where to get the right information about COVID-19?
</h2>
<h1 class="text2">
Dont worry, We Got You!
</h1>
<h2 class="text3">Pranav Khetarpal ce1210480@iitd.ac.in 9910027432</h2>
<img alt="Angry Viruses" src="Virus-rafiki 1.png" style="position: absolute;width: 500px;height: 500px;left: 927px;top: 512px;">
</div>
<a name="Tips"></a>
<h3 class="tipsheading">Tips</h3>
<div id="wearmask">
<img src="FFP2 Face mask-amico 1.png" style="position: absolute;width: 346px;height: 346px;left: 129px;top: 1208px;">
<h4 class="tipstext1">Wear mask.</h4>
</div>
<div id="washhands">
<h4 class="tipstext2">Wash Hands.</h4>
<img src="Handwashing-amico 1.png" style="position: absolute;width: 342px;height: 342px;left: 1225px;top: 1652px;">
</div>
<footer>Pranav Khetarpal 2021CE10480</footer>
</body>
</html>