-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (67 loc) · 2.07 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
.navabar{
list-style-type: none;
background-color: black;
position: sticky;
top:0px;
}
.list{
display: inline;
}
a{
text-decoration: none;
color: white;
font-size: 25px;
padding: 10px;
}
a:hover{
background-color: lightgrey;
color: black;
}
#right{
float: right;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<ul class="navabar">
<li class="list"><a href="survival.html">Survial</a></li>
<li class="list"><a href="civilization.html">Civilization</a></li>
<li class="list"><a href="culture.html">Culture</a></li>
<li class="list"><a href="evidence.html">Evidence</a></li>
<li class="list"><a href="humans_surv.html">How humans survived</a></li>
<li class="list"><a href="migration_homosap.html">Migration</a></li>
<li></li>
<li class="list"><a href="indus.html">Indus valley civilization</a></li>
<li class="list"><a href="cities.html">Indus Cities</a></li>
<li class="list"><a href="tools.html">Tools</a></li>
<li class="list"><a href="Quizz.html">Quiz</a></li>
</ul>
</head>
<body style="background-color: lightblue;">
<div style="font-size: 80px; text-align: center;border: 3px grey outset;">
<h1>Early humans</h1>
</div>
<div style="background-color: pink; border: double 5px blue; margin-top: 200px; padding: 50px ">
<h1 style="text-align: center;">Today we are going to tell you all bout Early humans</h1>
<img src="slide.gif" width="400px" height="550px;" style="margin-left: auto;margin-right: auto; display: block; width: 50%; "><br>
<br>
<b> Created by:</b><br>
<div style="font-size: 30px;">
Adhuna Shrivastava<br>
Kinshuk Ahlawat<br>
Shaheer Tura<br>
<br> <br>
<b> Mentored by:</b><br>
<div style="font-size: 30px;">
Divyansh Kumar -
<a href="https://www.codeyoung.com">CodeYoung</a>
</div>
</div>
</body>
</html>